Change WG to route all traffic helium+lithium
This commit is contained in:
parent
dc3e34eb79
commit
82b4d37424
2 changed files with 10 additions and 2 deletions
|
@ -8,7 +8,10 @@
|
||||||
wg-quick.interfaces = {
|
wg-quick.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
autostart = true;
|
autostart = true;
|
||||||
address = [ "fd08:d473:bcca:f0::2/64" ];
|
address = [
|
||||||
|
"fd08:d473:bcca:f0::2/64"
|
||||||
|
"2001:14ba:a08c:2df0::2/64"
|
||||||
|
];
|
||||||
dns = [
|
dns = [
|
||||||
"fd08:d473:bcca::1"
|
"fd08:d473:bcca::1"
|
||||||
"vsinerva.fi"
|
"vsinerva.fi"
|
||||||
|
@ -22,6 +25,7 @@
|
||||||
allowedIPs = [
|
allowedIPs = [
|
||||||
"fd08:d473:bcca::/64"
|
"fd08:d473:bcca::/64"
|
||||||
"fd08:d473:bcca:f0::/64"
|
"fd08:d473:bcca:f0::/64"
|
||||||
|
"::/0"
|
||||||
];
|
];
|
||||||
endpoint = "wg.vsinerva.fi:51820";
|
endpoint = "wg.vsinerva.fi:51820";
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,10 @@
|
||||||
wg-quick.interfaces = {
|
wg-quick.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
autostart = true;
|
autostart = true;
|
||||||
address = [ "fd08:d473:bcca:f0::3/64" ];
|
address = [
|
||||||
|
"fd08:d473:bcca:f0::3/64"
|
||||||
|
"2001:14ba:a08c:2df0::3/64"
|
||||||
|
];
|
||||||
dns = [
|
dns = [
|
||||||
"fd08:d473:bcca::1"
|
"fd08:d473:bcca::1"
|
||||||
"vsinerva.fi"
|
"vsinerva.fi"
|
||||||
|
@ -22,6 +25,7 @@
|
||||||
allowedIPs = [
|
allowedIPs = [
|
||||||
"fd08:d473:bcca::/64"
|
"fd08:d473:bcca::/64"
|
||||||
"fd08:d473:bcca:f0::/64"
|
"fd08:d473:bcca:f0::/64"
|
||||||
|
"::/0"
|
||||||
];
|
];
|
||||||
endpoint = "wg.vsinerva.fi:51820";
|
endpoint = "wg.vsinerva.fi:51820";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue