Add range separation and stop first updates

This commit is contained in:
caskd 2020-03-09 19:38:27 +01:00
parent d3e5f962fe
commit ef6f85600d
No known key found for this signature in database
GPG Key ID: 79DB21404E300A27
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -27,7 +27,7 @@ services:
update_config:
parallelism: 2
delay: 5s
order: start-first
order: stop-first
failure_action: rollback
logging: *json-log
volumes: