diff options
-rw-r--r-- | modules/mullvad.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mullvad.nix b/modules/mullvad.nix index 76b0ad0..07f7679 100644 --- a/modules/mullvad.nix +++ b/modules/mullvad.nix @@ -29,7 +29,7 @@ in peers = [ # Oslo { - endpoint = "no-svg-wg-004.relays.mullvad.net:3549"; + endpoint = "no-svg-wg-004.relays.mullvad.net:51820"; publicKey = "Fu98PLCZw/FTcQqyTy0vzaepkfxuSLAah7wnafGVO1g="; allowedIPs = [ "0.0.0.0/0" "::0/0" ]; } |