servo: switch back to random wireguard ports
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
veth.initns.ipv4 = "10.0.2.5";
|
veth.initns.ipv4 = "10.0.2.5";
|
||||||
veth.netns.ipv4 = "10.0.2.6";
|
veth.netns.ipv4 = "10.0.2.6";
|
||||||
routeTable = 12;
|
routeTable = 12;
|
||||||
wg.port = 51821;
|
# wg.port = 51821;
|
||||||
wg.privateKeyFile = config.sops.secrets.wg_doof_privkey.path;
|
wg.privateKeyFile = config.sops.secrets.wg_doof_privkey.path;
|
||||||
wg.address.ipv4 = "205.201.63.12";
|
wg.address.ipv4 = "205.201.63.12";
|
||||||
wg.peer.publicKey = "nuESyYEJ3YU0hTZZgAd7iHBz1ytWBVM5PjEL1VEoTkU=";
|
wg.peer.publicKey = "nuESyYEJ3YU0hTZZgAd7iHBz1ytWBVM5PjEL1VEoTkU=";
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
veth.netns.ipv4 = "10.0.1.6";
|
veth.netns.ipv4 = "10.0.1.6";
|
||||||
routeTable = 11;
|
routeTable = 11;
|
||||||
dns.ipv4 = "46.227.67.134"; #< DNS requests inside the namespace are forwarded here
|
dns.ipv4 = "46.227.67.134"; #< DNS requests inside the namespace are forwarded here
|
||||||
wg.port = 51822;
|
# wg.port = 51822;
|
||||||
wg.privateKeyFile = config.sops.secrets.wg_ovpns_privkey.path;
|
wg.privateKeyFile = config.sops.secrets.wg_ovpns_privkey.path;
|
||||||
wg.address.ipv4 = "185.157.162.178";
|
wg.address.ipv4 = "185.157.162.178";
|
||||||
wg.peer.publicKey = "SkkEZDCBde22KTs/Hc7FWvDBfdOCQA4YtBEuC3n5KGs=";
|
wg.peer.publicKey = "SkkEZDCBde22KTs/Hc7FWvDBfdOCQA4YtBEuC3n5KGs=";
|
||||||
|
Reference in New Issue
Block a user