unbound: Add secondry DHCP server and fix interface binding

Unbound can't bind to CARP interfaces without explicit definition.
This commit is contained in:
Timo Makinen 2021-04-22 20:38:59 +00:00
parent d4a29bb758
commit 7c2522a8fb
2 changed files with 31 additions and 2 deletions

View file

@ -2,8 +2,9 @@
server:
interface: 127.0.0.1
interface: ::1
interface: 0.0.0.0
interface: ::0
interface: 172.20.20.10
interface: 172.20.21.1
access-control: 127.0.0.0/8 allow
access-control: ::1 allow