feat: added interface bindings
This commit is contained in:
parent
6216bbbbf1
commit
a3fa8e519d
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
server:
|
||||
verbosity: 1
|
||||
interface: 0.0.0.0
|
||||
interface: {{ ansible_default_ipv4 }}
|
||||
interface: {{ keepalived_virtual_ipaddress }}
|
||||
ip-freebind: yes
|
||||
port: 53
|
||||
do-ip4: yes
|
||||
do-ip6: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue