forked from pub-solar/os
dumpyourvms: update wireguard peers
This commit is contained in:
parent
b2b4bc219f
commit
49b89e9f9d
|
@ -45,6 +45,7 @@
|
||||||
wireguard.enable = true;
|
wireguard.enable = true;
|
||||||
wg-quick.interfaces = {
|
wg-quick.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
|
autostart = false;
|
||||||
address = ["10.8.8.6/32"];
|
address = ["10.8.8.6/32"];
|
||||||
privateKeyFile = "/etc/wireguard/wg0.privatekey";
|
privateKeyFile = "/etc/wireguard/wg0.privatekey";
|
||||||
|
|
||||||
|
@ -139,13 +140,14 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
wg6 = {
|
wg6 = {
|
||||||
address = ["10.7.6.201/32"];
|
address = ["10.7.6.201/32" "fd00:fae:fae:fae:fae:201::/96"];
|
||||||
privateKeyFile = "/etc/wireguard/wg6.privatekey";
|
privateKeyFile = "/etc/wireguard/wg6.privatekey";
|
||||||
|
|
||||||
peers = [
|
peers = [
|
||||||
{ # nachtigall.pub.solar
|
{ # nachtigall.pub.solar
|
||||||
publicKey = "qzNywKY9RvqTnDO8eLik75/SHveaSk9OObilDzv+xkk=";
|
publicKey = "qzNywKY9RvqTnDO8eLik75/SHveaSk9OObilDzv+xkk=";
|
||||||
allowedIPs = [ "10.7.6.1/32" "fd00:fae:fae:fae:fae:1::/96" ];
|
allowedIPs = [ "10.7.6.1/32" "fd00:fae:fae:fae:fae:1::/96" ];
|
||||||
|
#endpoint = "138.201.80.102:51820";
|
||||||
endpoint = "[2a01:4f8:172:1c25::1]:51820";
|
endpoint = "[2a01:4f8:172:1c25::1]:51820";
|
||||||
persistentKeepalive = 15;
|
persistentKeepalive = 15;
|
||||||
}
|
}
|
||||||
|
@ -155,6 +157,20 @@
|
||||||
endpoint = "80.71.153.210:51820";
|
endpoint = "80.71.153.210:51820";
|
||||||
persistentKeepalive = 15;
|
persistentKeepalive = 15;
|
||||||
}
|
}
|
||||||
|
{ # metronom.pub.solar
|
||||||
|
publicKey = "zOSYGO7MfnOOUnzaTcWiKRQM0qqxR3JQrwx/gtEtHmo=";
|
||||||
|
allowedIPs = [ "10.7.6.3/32" "fd00:fae:fae:fae:fae:3::/96" ];
|
||||||
|
endpoint = "49.13.236.167:51820";
|
||||||
|
#endpoint = "[2a01:4f8:c2c:7082::]:51820";
|
||||||
|
persistentKeepalive = 15;
|
||||||
|
}
|
||||||
|
{ # tankstelle.pub.solar
|
||||||
|
publicKey = "iRTlY1lB7nPXf2eXzX8ZZDkfMmXyGjff5/joccbP8Cg=";
|
||||||
|
allowedIPs = [ "10.7.6.4/32" "fd00:fae:fae:fae:fae:4::/96" ];
|
||||||
|
#endpoint = "80.244.242.5:51820";
|
||||||
|
endpoint = "[2001:4d88:1ffa:26::5]:51820";
|
||||||
|
persistentKeepalive = 15;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# mozillavpn
|
# mozillavpn
|
||||||
|
|
Loading…
Reference in a new issue