]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Note in the unbound.conf text that NOTIFY is allowed from the url:
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Tue, 14 Jun 2022 15:59:56 +0000 (17:59 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Tue, 14 Jun 2022 15:59:56 +0000 (17:59 +0200)
  addresses for auth and rpz zones.

doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in

index 608881a3ca158a93d6d2d56af8dcfcadbb7f64f6..917c7e939442861d9012c9e7d53d1864e8ef4ff7 100644 (file)
@@ -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
index 959ee0aa6c1b53d118efdac948c749f97811b0d8..f23a088e15dccbc30a1edd0ad994d2973606039a 100644 (file)
@@ -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
index e36450bf3b8488d1f24eed7688e88b6ed20420ad..4e687e4589de54d8cd8cc922d326ed919ed0ecae 100644 (file)
@@ -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<yes or no>
 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<filename>
 The filename where the zone is stored.  If not given then no zonefile is used.