diff options
| author | Grigory Shipunov | 2022-08-05 13:07:05 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-08-05 13:07:05 +0200 |
| commit | a5f2eed8478424e45691c6b6050b879e28da63f8 (patch) | |
| tree | f93db4cf528596cc13500ce3059eb4b3e5e35b22 /hosts/microwave | |
| parent | 693849fbafdbc25cf29282bf12f71ad0e8e0dbbc (diff) | |
rotate vpn setup
Diffstat (limited to 'hosts/microwave')
| -rw-r--r-- | hosts/microwave/network.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/microwave/network.nix b/hosts/microwave/network.nix index 5fd1e5d..520f694 100644 --- a/hosts/microwave/network.nix +++ b/hosts/microwave/network.nix @@ -192,8 +192,8 @@ wireguardPeers = [ { wireguardPeerConfig = { - PublicKey = "C6SfQFOfq6/q9nHRdLDN98U/BTxH47Ec1l/PaQZuRk4="; - Endpoint = "169.150.196.2:51820"; + PublicKey = "LMmlMjPQXY886ER2Rsjot4UZL44+1CqoI5niOhBU9mc="; + Endpoint = "169.150.196.15:51820"; AllowedIPs = [ "0.0.0.0/0" "::0/0" ]; }; } @@ -201,7 +201,7 @@ }; networks."10-wg-mullvad" = { matchConfig.Name = "wg-mullvad"; - address = [ "10.65.79.164/32" "fc00:bbbb:bbbb:bb01::2:4fa3/128" ]; + address = [ "10.66.157.228/32" "fc00:bbbb:bbbb:bb01::3:9de3/128" ]; networkConfig = { DNS = "10.64.0.1"; DNSDefaultRoute = true; @@ -245,7 +245,7 @@ }; }) [ # Public - "169.150.196.2/32" + "169.150.196.15/32" # "10.0.0.0/8" "10.13.37.0/24" "10.66.66.0/24" |
