From: Petr Mensik Date: Tue, 16 Jan 2024 15:13:29 +0000 (+0100) Subject: Update b.root-servers.net also in example config file X-Git-Tag: release-1.19.3rc1~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F993%2Fhead;p=thirdparty%2Funbound.git Update b.root-servers.net also in example config file Addition to commit a8739bad76d4d179290627e989c7ef236345bda6, which updated only address specified in code. But addresses provided in example configuration were not updated, I think they should be updated too. --- diff --git a/doc/example.conf.in b/doc/example.conf.in index 4085b8616..1ac155b7c 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -1169,7 +1169,7 @@ remote-control: # sources of notifies. # auth-zone: # name: "." -# primary: 199.9.14.201 # b.root-servers.net +# primary: 170.247.170.2 # b.root-servers.net # primary: 192.33.4.12 # c.root-servers.net # primary: 199.7.91.13 # d.root-servers.net # primary: 192.5.5.241 # f.root-servers.net @@ -1177,7 +1177,7 @@ remote-control: # primary: 193.0.14.129 # k.root-servers.net # primary: 192.0.47.132 # xfr.cjr.dns.icann.org # primary: 192.0.32.132 # xfr.lax.dns.icann.org -# primary: 2001:500:200::b # b.root-servers.net +# primary: 2801:1b8:10::b # b.root-servers.net # primary: 2001:500:2::c # c.root-servers.net # primary: 2001:500:2d::d # d.root-servers.net # primary: 2001:500:2f::f # f.root-servers.net