Add range separation and stop first updates
This commit is contained in:
parent
d3e5f962fe
commit
ef6f85600d
|
@ -2,6 +2,10 @@ include: "/etc/unbound/redxen-dns.conf"
|
|||
server:
|
||||
directory: "/etc/unbound"
|
||||
username: unbound
|
||||
access-control: 0.0.0.0/0 deny_non_local
|
||||
access-control: 127.0.0.0/24 allow
|
||||
access-control: 172.17.12.0/24 allow
|
||||
access-control: 172.18.0.0/16 allow
|
||||
interface: 0.0.0.0
|
||||
interface: ::0
|
||||
access-control: 0.0.0.0/0 allow
|
||||
|
|
Reference in New Issue