diff --git a/hosts/hurricane/vpn.nix b/hosts/hurricane/vpn.nix index 00fae42..79e3991 100644 --- a/hosts/hurricane/vpn.nix +++ b/hosts/hurricane/vpn.nix @@ -9,7 +9,7 @@ { publicKey = "a35ZSWhBNzPFkf1RCkg4E7cNnUdGGOr4CsA0EM65H0g="; presharedKeyFile = "/home/schulze/Nextcloud/secrets/wireguard/Felix-Hurricane-psk"; - allowedIPs = ["0.0.0.0/0"]; + allowedIPs = ["192.168.0.0/24"]; endpoint = "vpn.schulze.network:51820"; persistentKeepalive = 25; } @@ -22,7 +22,7 @@ peers = [ { publicKey = "mTORKHkPcp9+c7VXqVfVseIOQZuJftoUYA0pBe87bDQ="; - allowedIPs = ["172.18.0.0/16" "192.168.3.0/24" "192.168.108.0/22" "2a02:9a0:102:108::/64" "2a02:9a0:ffff::/48" "2a02:9a0:fffe::/48"]; + allowedIPs = ["172.18.0.0/16" "192.168.3.0/24" "2a02:9a0:ffff::/48" "2a02:9a0:fffe::/48"]; endpoint = "prod-net-vpn1.infra.brainmill.com:51819"; persistentKeepalive = 25; } @@ -48,7 +48,7 @@ peers = [ { publicKey = "nz1m0crkdarW7y+/p6hKCGncMVHlVhbz0URA6Z71RmM="; - allowedIPs = ["172.18.255.0/24" "2a09:2681:204:1::/64" "2a09:2681:ffff:13::/64" "2a09:2681:ffff:14::/64" "2a09:2681:ffff:15::/64" "2a09:2681:ffff:16::/64"]; + allowedIPs = ["172.18.255.0/24" "2a09:2681:ffff:13::/64" "2a09:2681:ffff:14::/64" "2a09:2681:ffff:15::/64" "2a09:2681:ffff:16::/64"]; endpoint = "prod-jump-got1.infra.brainmill.com:51820"; persistentKeepalive = 25; }