From: George Thessalonikefs Date: Tue, 14 Jun 2022 15:59:56 +0000 (+0200) Subject: - Note in the unbound.conf text that NOTIFY is allowed from the url: X-Git-Tag: release-1.16.1rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=233cb5c2189acc0312b54f1a2535468238102ba6;p=thirdparty%2Funbound.git - Note in the unbound.conf text that NOTIFY is allowed from the url: addresses for auth and rpz zones. --- diff --git a/doc/Changelog b/doc/Changelog index 608881a3c..917c7e939 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,7 @@ 14 June 2022: George - Merge PR #688: Rpz url notify issue. + - Note in the unbound.conf text that NOTIFY is allowed from the url: + addresses for auth and rpz zones. 3 June 2022: George - Fix for edns client subnet to respect not looking in its cache when diff --git a/doc/example.conf.in b/doc/example.conf.in index 959ee0aa6..f23a088e1 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -1045,8 +1045,8 @@ remote-control: # has a copy of the root for local usage. The second serves example.org # authoritatively. zonefile: reads from file (and writes to it if you also # download it), primary: fetches with AXFR and IXFR, or url to zonefile. -# With allow-notify: you can give additional (apart from primaries) sources of -# notifies. +# With allow-notify: you can give additional (apart from primaries and urls) +# sources of notifies. # auth-zone: # name: "." # primary: 199.9.14.201 # b.root-servers.net diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index e36450bf3..4e687e458 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -2067,8 +2067,8 @@ With allow\-notify you can specify additional sources of notifies. When notified, the server attempts to first probe and then zone transfer. If the notify is from a primary, it first attempts that primary. Otherwise other primaries are attempted. If there are no primaries, but only urls, the -file is downloaded when notified. The primaries from primary: statements are -allowed notify by default. +file is downloaded when notified. The primaries from primary: and url: +statements are allowed notify by default. .TP .B fallback\-enabled: \fI Default no. If enabled, Unbound falls back to querying the internet as @@ -2682,8 +2682,8 @@ With allow\-notify you can specify additional sources of notifies. When notified, the server attempts to first probe and then zone transfer. If the notify is from a primary, it first attempts that primary. Otherwise other primaries are attempted. If there are no primaries, but only urls, the -file is downloaded when notified. The primaries from primary: statements are -allowed notify by default. +file is downloaded when notified. The primaries from primary: and url: +statements are allowed notify by default. .TP .B zonefile: \fI The filename where the zone is stored. If not given then no zonefile is used.