Add internal dns container
This commit is contained in:
3
ansible/roles/docker/files/dnsmasq/vpn-hosts.conf
Normal file
3
ansible/roles/docker/files/dnsmasq/vpn-hosts.conf
Normal file
@ -0,0 +1,3 @@
|
||||
{% for host in internal_hostnames %}
|
||||
{{ wireguard.clients.intersect.ip }} {{ host }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user