2
0
Fork 0
forked from pub-solar/os

dumpyourvms: update wg networking

This commit is contained in:
teutat3s 2025-03-31 19:03:35 +02:00
parent 7fd6fd2e38
commit 8b20f4b533
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -237,8 +237,8 @@
};
wg7 = {
address = [
"10.30.30.201/32"
"fd00:3030:3030:3030:3030:201::/96"
"10.30.29.201/32"
"fd00:3029:3029:3029:3029:201::/96"
];
privateKeyFile = "/etc/wireguard/wg7.privatekey";
@ -254,6 +254,17 @@
endpoint = "[2001:4d88:1ffa:26::4]:51820";
persistentKeepalive = 15;
}
{
# cassiopeia.staging.momo.koeln
publicKey = "kFlMTGVLVzBq/KS7YRLmIlJgZ2IVR4mhlkEteJMLaTo=";
allowedIPs = [
"10.30.31.1/32"
"fd00:3031:3031:3031:3031:1::/96"
];
#endpoint = "80.244.242.6:51820";
endpoint = "[2001:4d88:1ffa:26::6]:51820";
persistentKeepalive = 15;
}
];
};
# mozillavpn