]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Address review feedback.
authorKevin P. Fleming <kevin@km6g.us>
Fri, 3 Apr 2020 10:34:45 +0000 (06:34 -0400)
committerKevin P. Fleming <kevin@km6g.us>
Tue, 19 May 2020 11:11:36 +0000 (07:11 -0400)
Signed-off-by: Kevin P. Fleming <kevin@km6g.us>
docs/settings.rst
pdns/recursordist/docs/settings.rst

index b36aa714e6da5afd2178f81dcfb002fd98c23501..c6615f588a01ecf808e37516cb9d4ee3f40207bd 100644 (file)
@@ -778,23 +778,19 @@ available in non-static distributions.
 -  IPv4/IPv6 Addresses, with optional port numbers, separated by commas or whitespace
 -  Default: ``0.0.0.0, ::``
 
-Local IP addresses to which we bind. It is highly advised to bind to
-specific interfaces and not use the default 'bind to any'. This causes
-big problems if you have multiple IP addresses. Unix does not provide a
-way of figuring out what IP address a packet was sent to when binding to
-any.
-
-Each address specified can include a port number; if no port is included
-then the :ref:`setting-local-port` port will be used for that address. If a
-port number is specified, it must be separated from the address with a ':';
-for an IPv6 address the address must be enclosed in square brackets.
+Local IP addresses to which we bind. Each address specified can
+include a port number; if no port is included then the
+:ref:`setting-local-port` port will be used for that address. If a
+port number is specified, it must be separated from the address with a
+':'; for an IPv6 address the address must be enclosed in square
+brackets.
 
 Examples:
 
-``local-address=127.0.0.1 ::1``
-``local-address=0.0.0.0:5353``
-``local-address=[::]:8053``
-``local-address=127.0.0.1:53, [::1]:5353``
+  local-address=127.0.0.1 ::1
+  local-address=0.0.0.0:5353
+  local-address=[::]:8053
+  local-address=127.0.0.1:53, [::1]:5353
 
 .. _setting-local-address-nonexist-fail:
 
index f97f914ab7325a31af445389dbaad72562bb6440..18463af5a4776917ab36b14b165b4a0c8c45f082 100644 (file)
@@ -718,23 +718,19 @@ Indication of how many queries will be averaged to get the average latency repor
 -  IPv4/IPv6 Addresses, with optional port numbers, separated by commas or whitespace
 -  Default: ``0.0.0.0, ::``
 
-Local IP addresses to which we bind. It is highly advised to bind to
-specific interfaces and not use the default 'bind to any'. This causes
-big problems if you have multiple IP addresses. Unix does not provide a
-way of figuring out what IP address a packet was sent to when binding to
-any.
-
-Each address specified can include a port number; if no port is included
-then the :ref:`setting-local-port` port will be used for that address. If a
-port number is specified, it must be separated from the address with a ':';
-for an IPv6 address the address must be enclosed in square brackets.
+Local IP addresses to which we bind. Each address specified can
+include a port number; if no port is included then the
+:ref:`setting-local-port` port will be used for that address. If a
+port number is specified, it must be separated from the address with a
+':'; for an IPv6 address the address must be enclosed in square
+brackets.
 
 Examples:
 
-``local-address=127.0.0.1 ::1``
-``local-address=0.0.0.0:5353``
-``local-address=[::]:8053``
-``local-address=127.0.0.1:53, [::1]:5353``
+  local-address=127.0.0.1 ::1
+  local-address=0.0.0.0:5353
+  local-address=[::]:8053
+  local-address=127.0.0.1:53, [::1]:5353
 
 .. _setting-local-port: