Remove pihole

Internal VPN server is working just perfectly instead
This commit is contained in:
Jake Howard
2020-06-24 18:46:13 +01:00
parent 7d61282d19
commit dd12b795b5
7 changed files with 0 additions and 93 deletions

View File

@ -1,9 +1,6 @@
[Interface]
Address = {{ item.value.ip }}
PrivateKey = {{ item.value.private_key }}
{% if item.value != wireguard.clients.intersect %}
DNS = {{ wireguard.clients.intersect.ip }}
{% endif %}
[Peer]
PublicKey = {{ wireguard.server.public_key }}