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

3 lines
110 B
Text

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