From 4a1df38c9a1a36476e75a195e26fbfdf3a42c938 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sun, 11 Feb 2024 19:29:57 +0100 Subject: [PATCH] fix(doc): incorrect setting `query_local_address` --- pdns/recursordist/settings/docs-new-preamble-in.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/settings/docs-new-preamble-in.rst b/pdns/recursordist/settings/docs-new-preamble-in.rst index 92130acdc7..46329ae97b 100644 --- a/pdns/recursordist/settings/docs-new-preamble-in.rst +++ b/pdns/recursordist/settings/docs-new-preamble-in.rst @@ -45,7 +45,7 @@ An example :program:`Recursor` YAML configuration file looks like: forwarders: - 127.0.0.1:5301 outgoing: - query_local_address: + source_address: - 0.0.0.0 - '::' logging: -- 2.47.2