From 87adcf23136f2bd3934ed5aae234207b6181d4b4 Mon Sep 17 00:00:00 2001 From: Oleg Solomka Date: Fri, 22 Apr 2022 13:47:22 -0700 Subject: [PATCH] [docs]: add SRV to the list of supported DNS record types --- docs/SUPPORTED_NETWORK_PROTOCOLS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/SUPPORTED_NETWORK_PROTOCOLS.md b/docs/SUPPORTED_NETWORK_PROTOCOLS.md index 13c54ce..4c600aa 100644 --- a/docs/SUPPORTED_NETWORK_PROTOCOLS.md +++ b/docs/SUPPORTED_NETWORK_PROTOCOLS.md @@ -42,6 +42,7 @@ Currently only `TCP`, `UDP` and `ICMP` protocols were tested extensively: | NULL | ✅ | | MX | ✅ | | ANY | ✅ | +| SRV | ✅ |