summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
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" ];
}