Merge custom dnsmasq config into pihole
This commit is contained in:
3
ansible/roles/docker/files/pihole/dnsmasq-vpn.conf
Normal file
3
ansible/roles/docker/files/pihole/dnsmasq-vpn.conf
Normal file
@ -0,0 +1,3 @@
|
||||
{% for host in internal_hostnames %}
|
||||
host-record={{ host }},{{ wireguard.clients.intersect.ip }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user