dumpyourvms: update networking
This commit is contained in:
parent
6be62fcf02
commit
2cc5ca5d60
|
@ -50,6 +50,7 @@
|
|||
{
|
||||
publicKey = "XS3TTIMU7Jp3JJANBpE14RsVDJk6/VUvZgjQgQP8kAs=";
|
||||
allowedIPs = ["10.13.0.100/32" "192.168.188.0/24"];
|
||||
#endpoint = "85.214.70.91:51820";
|
||||
endpoint = "[2a00:6020:48ad:dd00:dea6:32ff:fe85:3306]:51820";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
|
@ -78,7 +79,7 @@
|
|||
{
|
||||
publicKey = "7RRgfZSneqAtAHBeI6+aaYLqz9e1jikg/lIK8mhW928=";
|
||||
presharedKeyFile = "/etc/wireguard/wg3.presharedkey";
|
||||
allowedIPs = [ "10.11.11.1/32" "192.168.1.0/24" "10.0.1.0/24" ];
|
||||
allowedIPs = ["10.11.11.0/24" "192.168.1.0/24" "10.0.1.0/24"];
|
||||
endpoint = "80.71.153.1:51820";
|
||||
persistentKeepalive = 16;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue