From e53e85cf02d22446826bbbf7020e79f29188a87d Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 10 Dec 2022 10:26:29 -0500 Subject: switch mullvad endpoint --- modules/mullvad.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/modules/mullvad.nix b/modules/mullvad.nix index 799fca9..55789f1 100644 --- a/modules/mullvad.nix +++ b/modules/mullvad.nix @@ -27,11 +27,18 @@ in allowedIPsAsRoutes = false; listenPort = cfg.listenPort; peers = [ + # Oslo { - endpoint = "us276-wireguard.mullvad.net:51820"; - publicKey = "4oR0oc3cyktCoQ1eygZ/EZeCNeI6eQnQJNRuBmRne2Q="; + endpoint = "no-svg-wg-004.relays.mullvad.net"; + publicKey = "Fu98PLCZw/FTcQqyTy0vzaepkfxuSLAah7wnafGVO1g="; allowedIPs = [ "0.0.0.0/0" "::0/0" ]; } + # NYC + # { + # endpoint = "us276-wireguard.mullvad.net:51820"; + # publicKey = "4oR0oc3cyktCoQ1eygZ/EZeCNeI6eQnQJNRuBmRne2Q="; + # allowedIPs = [ "0.0.0.0/0" "::0/0" ]; + # } ]; }; }; -- cgit v1.2.3