forked from Deuxfleurs/nixcfg
staging: correct public IPs through NAT for wireguard
This commit is contained in:
parent
c9bcfb5e46
commit
4e3db0cd5e
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
publicKey = "qxrtfn2zRVnN52Y5NYumyU3/FcRMnh3kJ2C37JfrczA=";
|
||||
IP = "10.14.1.1";
|
||||
lan_endpoint = "192.168.1.21:33799";
|
||||
endpoint = "192.168.1.21:33799"; ## TODO nat
|
||||
endpoint = "77.207.15.215:33721";
|
||||
}
|
||||
{
|
||||
hostname = "carcajou";
|
||||
|
@ -22,7 +22,7 @@
|
|||
publicKey = "7Nm7pMmyS7Nts1MB+loyD8u84ODxHPTkDu+uqQR6yDk=";
|
||||
IP = "10.14.1.2";
|
||||
lan_endpoint = "192.168.1.22:33799";
|
||||
endpoint = "192.168.1.22:33799"; ## TODO nat
|
||||
endpoint = "77.207.15.215:33722";
|
||||
}
|
||||
{
|
||||
hostname = "caribou";
|
||||
|
@ -30,7 +30,7 @@
|
|||
publicKey = "lABn/axzD1jkFulX8c+K3B3CbKXORlIMDDoe8sQVxhs=";
|
||||
IP = "10.14.1.3";
|
||||
lan_endpoint = "192.168.1.23:33799";
|
||||
endpoint = "192.168.1.23:33799"; ## TODO nat
|
||||
endpoint = "77.207.15.215:33723";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue