london: remove old VPS from wireguard
This commit is contained in:
parent
aecdb8ca84
commit
a9c5c6b16e
|
@ -104,14 +104,6 @@
|
||||||
allowedIPs = [ "10.100.0.1" ];
|
allowedIPs = [ "10.100.0.1" ];
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
# VPS
|
|
||||||
publicKey = "x45YsLDpMJw1pwKOvkyzdesen3lFcKpxCXACGz+xtDs=";
|
|
||||||
endpoint = "${extraInfo.wireguard.VPSEndpoint}:51820";
|
|
||||||
allowedIPs = [ "10.100.0.2" ];
|
|
||||||
persistentKeepalive = 25;
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue