Change WG to route all traffic helium+lithium

This commit is contained in:
Vili Sinervä 2024-09-26 12:01:39 +03:00
parent dc3e34eb79
commit 82b4d37424
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 10 additions and 2 deletions

View file

@ -8,7 +8,10 @@
wg-quick.interfaces = {
wg0 = {
autostart = true;
address = [ "fd08:d473:bcca:f0::2/64" ];
address = [
"fd08:d473:bcca:f0::2/64"
"2001:14ba:a08c:2df0::2/64"
];
dns = [
"fd08:d473:bcca::1"
"vsinerva.fi"
@ -22,6 +25,7 @@
allowedIPs = [
"fd08:d473:bcca::/64"
"fd08:d473:bcca:f0::/64"
"::/0"
];
endpoint = "wg.vsinerva.fi:51820";
}

View file

@ -8,7 +8,10 @@
wg-quick.interfaces = {
wg0 = {
autostart = true;
address = [ "fd08:d473:bcca:f0::3/64" ];
address = [
"fd08:d473:bcca:f0::3/64"
"2001:14ba:a08c:2df0::3/64"
];
dns = [
"fd08:d473:bcca::1"
"vsinerva.fi"
@ -22,6 +25,7 @@
allowedIPs = [
"fd08:d473:bcca::/64"
"fd08:d473:bcca:f0::/64"
"::/0"
];
endpoint = "wg.vsinerva.fi:51820";
}