Infini-FRAMEWORK: add bb vpn for dallas datacenter

This commit is contained in:
Infinidoge 2025-02-14 21:48:56 -05:00
parent 63e30b0f31
commit d546617d92
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -149,6 +149,20 @@
}
];
};
networking.wg-quick.interfaces.wg1 = {
address = [ "10.11.0.3/32" ];
listenPort = 51820;
privateKeyFile = "/home/infinidoge/tmp/bb-vpn-dfw.key";
mtu = 1300;
peers = [
{
publicKey = "uPejaHkvkjOAjm5s+ILbxmHnw2gh3A1Wtz++ijS5TmI=";
allowedIPs = [ "10.40.1.0/24" ];
endpoint = "104.167.215.168:51820";
persistentKeepalive = 25;
}
];
};
specialisation.router.configuration = {
networking = {