infrastructure/ansible/roles/docker/files/pihole/dnsmasq-vpn.conf

4 lines
110 B
Text
Raw Normal View History

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