Add DNS entry to config; without this the 'route all traffic' part:

- won't work
- will be really frustrating.
pull/1/head
jowj 4 years ago
parent e40b68e623
commit 1ea0ab8437

@ -1,7 +1,8 @@
[Interface]
PrivateKey = {{ wireguard_clients['matrix']['privkey'] }}
Address = {{ wireguard_vpn_network | ipsubnet(32, client.offset) }}
DNS = 1.1.1.1
[Peer]
PublicKey = {{ wireguard_server_pubkey }}
Endpoint = vpn.awful.club:51820

@ -1,7 +1,8 @@
[Interface]
PrivateKey = <ios private key>
Address = 10.200.219.10/32
DNS = 1.1.1.1
[Peer]
PublicKey = e49UyNg/kqPETyT9K6nqIYjtTwlR8hY8Brm/P66xnmo=
Endpoint = vpn.awful.club:51820

Loading…
Cancel
Save