From bf0c9d9e5da24417ac2d6b7d0ecffe6748ff1010 Mon Sep 17 00:00:00 2001 From: jowj Date: Fri, 25 Oct 2019 16:30:37 -0500 Subject: [PATCH] Add ipv6 configuration (was breaking the vpn). --- deployments/serverBuild/wg_vpn/tasks/posttasks_mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/serverBuild/wg_vpn/tasks/posttasks_mac.yml b/deployments/serverBuild/wg_vpn/tasks/posttasks_mac.yml index ad983ca..a17d7fb 100644 --- a/deployments/serverBuild/wg_vpn/tasks/posttasks_mac.yml +++ b/deployments/serverBuild/wg_vpn/tasks/posttasks_mac.yml @@ -8,7 +8,7 @@ [Peer] PublicKey = {{ server_publickey.stdout }} 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 # shell: wg-quick up wg0