mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-29 09:57:34 -05:00
- List d.root-servers.net as a host that allows AXFR in example.conf
config file, as suggested from draft-ietf-dnsop-7706-bis-02. git-svn-id: file:///svn/unbound/trunk@5082 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
71744b8bb2
commit
065c7c5dd8
2 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
- ub_ctx_set_tls call for libunbound that enables DoT for the machines
|
||||
set with ub_ctx_set_fwd. Patch from Florian Obser.
|
||||
- Set build system for added call in the libunbound API.
|
||||
- List d.root-servers.net as a host that allows AXFR in example.conf
|
||||
config file, as suggested from draft-ietf-dnsop-7706-bis-02.
|
||||
|
||||
25 January 2019: Wouter
|
||||
- Fix that tcp for auth zone and outgoing does not remove and
|
||||
|
|
|
|||
|
|
@ -911,6 +911,7 @@ remote-control:
|
|||
# fallback-enabled: yes
|
||||
# master: b.root-servers.net
|
||||
# master: c.root-servers.net
|
||||
# master: d.root-servers.net
|
||||
# master: e.root-servers.net
|
||||
# master: f.root-servers.net
|
||||
# master: g.root-servers.net
|
||||
|
|
|
|||
Loading…
Reference in a new issue