Removed dynamic declaration
This commit is contained in:
parent
a904bc7c12
commit
8bf6782a9c
|
|
@ -6,14 +6,10 @@ bind_listen:
|
||||||
- port: 53
|
- port: 53
|
||||||
addresses:
|
addresses:
|
||||||
- "127.0.0.1"
|
- "127.0.0.1"
|
||||||
- "{{ ansible_default_ipv4.address }}"
|
- "146.48.108.51"
|
||||||
- port: 5353
|
- port: 5353
|
||||||
addresses:
|
addresses:
|
||||||
- "127.0.1.1"
|
- "127.0.1.1"
|
||||||
ipv6:
|
|
||||||
- port: 53
|
|
||||||
addresses:
|
|
||||||
- "{{ ansible_default_ipv4.address }}"
|
|
||||||
|
|
||||||
|
|
||||||
bind_zones:
|
bind_zones:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue