summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-11-26 06:56:07 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-11-26 06:56:07 -0500
commit73fa6f34b06e468e0262d626df1675231b4d070c (patch)
treebb334c680b4c64cfc809d8981082d0fcfefa40b5 /modules
parentd54ebe33d074d842d126fb51783475e7a709da6e (diff)
update mullvad
Diffstat (limited to 'modules')
-rw-r--r--modules/mullvad.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mullvad.nix b/modules/mullvad.nix
index ffeceb1..c78bd92 100644
--- a/modules/mullvad.nix
+++ b/modules/mullvad.nix
@@ -28,7 +28,7 @@ in
listenPort = cfg.listenPort;
peers = [
{
- endpoint = "no3-wg.socks5.mullvad.net:1080";
+ endpoint = "no3-wireguard.mullvad.net:51820";
publicKey = "zOBWmQ3BEOZKsYKbj4dC2hQjxCbr3eKa6wGWyEDYbC4=";
allowedIPs = [ "0.0.0.0/0" "::0/0" ];
}