diff options
| author | Grigory Shipunov | 2022-09-24 14:05:11 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-09-24 14:05:11 +0200 |
| commit | 162a505dff238a7dd6e2b04663a77b03b6b960a4 (patch) | |
| tree | 7834bc6a2069379ea00db523bb25aed2f6f3afbc /hosts/microwave/network.nix | |
| parent | 9bcae972d373375602fbe05a69dfff8cd2bf6906 (diff) | |
update vpn
Diffstat (limited to 'hosts/microwave/network.nix')
| -rw-r--r-- | hosts/microwave/network.nix | 6 |
1 files 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" |
