forked from pub-solar/os
dumpyourvms: update wg networking
This commit is contained in:
parent
7fd6fd2e38
commit
8b20f4b533
1 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue