fix: add lan dns redirection to pdns recursor
This commit is contained in:
parent
0a57c5659c
commit
d1cc5ff299
@ -15,7 +15,8 @@ pdns_rec_config:
|
||||
forward-zones:
|
||||
- "{{ consul_domain }}=127.0.0.1:8600"
|
||||
- "ducamps.win=192.168.1.10"
|
||||
- "ducamps.eu=192.168.1.5"
|
||||
- "{{ domain.name }}=192.168.1.5"
|
||||
- "lan.{{ domain.name }}=192.168.1.5"
|
||||
- "1.168.192.in-addr.arpa=192.168.1.5:5300"
|
||||
local-address: "{{ ansible_default_ipv4.address }}"
|
||||
dnssec: "off"
|
||||
|
Loading…
Reference in New Issue
Block a user