From 162a505dff238a7dd6e2b04663a77b03b6b960a4 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 24 Sep 2022 14:05:11 +0200 Subject: [PATCH] update vpn --- hosts/microwave/network.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/microwave/network.nix b/hosts/microwave/network.nix index 84ad5d5..64709dc 100644 --- a/hosts/microwave/network.nix +++ b/hosts/microwave/network.nix @@ -203,8 +203,8 @@ wireguardPeers = [ { wireguardPeerConfig = { - PublicKey = "LMmlMjPQXY886ER2Rsjot4UZL44+1CqoI5niOhBU9mc="; - Endpoint = "169.150.196.15:51820"; + PublicKey = "uUYbYGKoA6UBh1hfkAz5tAWFv4SmteYC9kWh7/K6Ah0="; + Endpoint = "92.60.40.209:51820"; AllowedIPs = [ "0.0.0.0/0" "::0/0" ]; }; } @@ -256,7 +256,7 @@ }; }) [ # Public - "169.150.196.15/32" + "92.60.40.209/32" # "10.0.0.0/8" "10.13.37.0/24" "10.66.66.0/24"