Merge custom dnsmasq config into pihole

This commit is contained in:
Jake Howard
2020-03-17 20:29:40 +00:00
parent 8093bcbcbb
commit 24686f8cb3
9 changed files with 29 additions and 83 deletions

View File

@ -0,0 +1,3 @@
{% for host in internal_hostnames %}
host-record={{ host }},{{ wireguard.clients.intersect.ip }}
{% endfor %}