Add ipv6 configuration (was breaking the vpn).

master
jowj 5 years ago
parent acd9549dee
commit bf0c9d9e5d

@ -8,7 +8,7 @@
[Peer] [Peer]
PublicKey = {{ server_publickey.stdout }} PublicKey = {{ server_publickey.stdout }}
Endpoint = vpn.awful.club:51820 Endpoint = vpn.awful.club:51820
AllowedIPs = 0.0.0.0/0 AllowedIPs = 0.0.0.0/0, ::/0
# - name: (local) bring wg up on local # - name: (local) bring wg up on local
# shell: wg-quick up wg0 # shell: wg-quick up wg0

Loading…
Cancel
Save