staging: correct public IPs through NAT for wireguard

This commit is contained in:
Alex 2022-12-07 11:21:39 +01:00
parent c9bcfb5e46
commit 4e3db0cd5e
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

@ -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";
}
];