From 573489bcf36f50f7abddd31403ba0943f991f35f Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 12 May 2023 23:10:27 +0200 Subject: [PATCH] new mullvad server --- hosts/toaster/network-vpns.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/toaster/network-vpns.nix b/hosts/toaster/network-vpns.nix index a83a236..888d8bb 100644 --- a/hosts/toaster/network-vpns.nix +++ b/hosts/toaster/network-vpns.nix @@ -142,8 +142,8 @@ wireguardPeers = [ { wireguardPeerConfig = { - PublicKey = "uUYbYGKoA6UBh1hfkAz5tAWFv4SmteYC9kWh7/K6Ah0="; - Endpoint = "92.60.40.209:51820"; + PublicKey = "BChJDLOwZu9Q1oH0UcrxcHP6xxHhyRbjrBUsE0e07Vk="; + Endpoint = "169.150.196.15:51820"; AllowedIPs = [ "0.0.0.0/0" "::0/0" ]; }; } @@ -194,8 +194,8 @@ To = net; }; }) [ - # Public - "92.60.40.209/32" + # Mullvad endpoint + "169.150.196.15/32" # "10.0.0.0/8" "10.13.37.0/24" "10.66.66.0/24"