From 46858233aa0903570550e0db198526608c81b657 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 5 Jan 2021 11:20:10 +0100 Subject: [PATCH] rec docs: correct local-address default --- pdns/recursordist/docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 90e6d9b801..f140ed9f03 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -743,7 +743,7 @@ Indication of how many queries will be averaged to get the average latency repor ``local-address`` ----------------- - IPv4/IPv6 Addresses, with optional port numbers, separated by commas or whitespace -- Default: ``0.0.0.0, ::`` +- Default: ``127.0.0.1`` Local IP addresses to which we bind. Each address specified can include a port number; if no port is included then the -- 2.47.2