diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-10 10:32:20 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-10 10:32:20 -0500 |
commit | 32c3826267eabe5454acf4746c948218c8c7d249 (patch) | |
tree | 150b0302610a7f82214fd44a9c13333d9f163a34 | |
parent | 2ac5c9dce87045786606017c1cced7216d6d2ca5 (diff) |
update mullvad
-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 55789f1..76b0ad0 100644 --- a/modules/mullvad.nix +++ b/modules/mullvad.nix @@ -29,7 +29,7 @@ in peers = [ # Oslo { - endpoint = "no-svg-wg-004.relays.mullvad.net"; + endpoint = "no-svg-wg-004.relays.mullvad.net:3549"; publicKey = "Fu98PLCZw/FTcQqyTy0vzaepkfxuSLAah7wnafGVO1g="; allowedIPs = [ "0.0.0.0/0" "::0/0" ]; } |