diff --git a/hosts/hurricane/vpn.nix b/hosts/hurricane/vpn.nix index 6b7007b..1f42818 100644 --- a/hosts/hurricane/vpn.nix +++ b/hosts/hurricane/vpn.nix @@ -35,7 +35,7 @@ { publicKey = "h/BUyzXy0Xo4KJKS/U5V4C9rDJT3fWjjiZoy0I7P+H4="; allowedIPs = ["10.0.0.0/8" "192.168.10.0/24" "2a02:9a0:300:fff0::/64"]; - endpoint = "gw1.net.chsfg.se:51831"; + endpoint = "gw1.net.chsfg.se:51821"; persistentKeepalive = 25; } ]; diff --git a/hosts/wildfire/vpn.nix b/hosts/wildfire/vpn.nix index 5717fba..a659120 100644 --- a/hosts/wildfire/vpn.nix +++ b/hosts/wildfire/vpn.nix @@ -35,7 +35,7 @@ # { # publicKey = "h/BUyzXy0Xo4KJKS/U5V4C9rDJT3fWjjiZoy0I7P+H4="; # allowedIPs = ["10.0.0.0/8" "192.168.10.0/24" "2a02:9a0:300:fff0::/48"]; - # endpoint = "gw1.net.chsfg.se:51831"; + # endpoint = "gw1.net.chsfg.se:51821"; # persistentKeepalive = 25; # } # ];