salt/wireguard/wireguard.conf: use no DNS conf

this requires pkg `resolvconf'
This commit is contained in:
Astro 2018-05-17 16:07:17 +02:00
parent 7df354439d
commit e46894a6ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[Interface]
PrivateKey = {{ private_key }}
Address = {{ addr }}
DNS = 193.138.219.228
#DNS = 193.138.219.228
{%- for peer in peers %}
[Peer]