diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-06-01 05:43:09 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-06-01 05:43:09 -0400 |
commit | 6738ac9d9ac2d62080afd3ba85f1f290b298041e (patch) | |
tree | f7f450a4647205543e333e172c962b97ffe75285 | |
parent | 53e1f2fe6a21eebed9acc37b256af8b6f553ac27 (diff) |
Update mullvad
-rw-r--r-- | modules/mullvad.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mullvad.nix b/modules/mullvad.nix index 8297bca..aee0d33 100644 --- a/modules/mullvad.nix +++ b/modules/mullvad.nix @@ -28,8 +28,8 @@ in listenPort = cfg.listenPort; peers = [ { - endpoint = "ca16-wireguard.mullvad.net:51820"; - publicKey = "eHHmvUwqIR2EQKxUM1i2HtiaNryOwGTjVP6K//HjRiY="; + endpoint = "us252-wireguard.mullvad.net:51820"; + publicKey = "eR7g2lqwupyyhHWEIV67k/SEHRF2AtQ1bIac6m8ClmY="; allowedIPs = [ "0.0.0.0/0" "::0/0" ]; } ]; |