summaryrefslogtreecommitdiff
path: root/hosts/toaster
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/toaster')
-rw-r--r--hosts/toaster/network-vpns.nix8
1 files 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"