From 8e4e9fcd2aa380e7e72a35c7651f3cc4b88b0922 Mon Sep 17 00:00:00 2001 From: HarvsG <11440490+HarvsG@users.noreply.github.com> Date: Wed, 19 Jun 2024 07:08:52 +0100 Subject: [PATCH] DNS IP custom ports for IPv4 #113993 (#32152) * DNS IP custom ports for IPv4 #113993 * update configuration options * Update source/_integrations/dnsip.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update source/_integrations/dnsip.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/_integrations/dnsip.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/dnsip.markdown b/source/_integrations/dnsip.markdown index 832d3d7859f..d19bf7b5c81 100644 --- a/source/_integrations/dnsip.markdown +++ b/source/_integrations/dnsip.markdown @@ -25,5 +25,7 @@ The **DNS IP** {% term integration %} will expose an IP address, fetched via DNS {% configuration_basic %} Resolver: - description: "You may override the default nameservers that are being used by setting any nameserver you like." + description: "You may override the default IPV4 and IPV6 nameservers that are being used by setting any nameserver IP address you like, for example `1.1.1.1` (IPV4) or `2606:4700:4700::1111` (IPV6)." +Port: + description: "You may override the default DNS port of `53`. This may be useful to bypass DNS filtering or redirection." {% endconfiguration_basic %}