replace wireguard endpoint domain name
This commit is contained in:
parent
9765e72a99
commit
cad90372d4
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@
|
||||||
autostart = false;
|
autostart = false;
|
||||||
peers = [{
|
peers = [{
|
||||||
presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path;
|
presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path;
|
||||||
endpoint = "wg.geokunis2.nl:51820";
|
endpoint = "wg.kun.is:51820";
|
||||||
publicKey = "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=";
|
publicKey = "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=";
|
||||||
allowedIPs = [ "0.0.0.0/0" "::/0" ];
|
allowedIPs = [ "0.0.0.0/0" "::/0" ];
|
||||||
}];
|
}];
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
autostart = false;
|
autostart = false;
|
||||||
peers = [{
|
peers = [{
|
||||||
presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path;
|
presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path;
|
||||||
endpoint = "wg.geokunis2.nl:51820";
|
endpoint = "wg.kun.is:51820";
|
||||||
publicKey = "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=";
|
publicKey = "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=";
|
||||||
allowedIPs = [ "0.0.0.0/0" "::/0" ];
|
allowedIPs = [ "0.0.0.0/0" "::/0" ];
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue