infrastructure/ansible/roles/docker/files/pihole/dnsmasq-vpn.conf
Jake Howard 02293459e1
Localise queries
Doesn't do anything yet, but it might some day...
2020-03-19 19:14:45 +00:00

6 lines
128 B
Plaintext

localise-queries
{% for host in internal_hostnames %}
host-record={{ host }},{{ wireguard.clients.intersect.ip }}
{% endfor %}