dumpyourvms: fix wireguard mtu, use new IPv6 address
This commit is contained in:
parent
20efda1056
commit
4982c93248
|
@ -50,7 +50,7 @@
|
|||
{
|
||||
publicKey = "XS3TTIMU7Jp3JJANBpE14RsVDJk6/VUvZgjQgQP8kAs=";
|
||||
allowedIPs = [ "10.13.0.100/32" "192.168.188.0/24" ];
|
||||
endpoint = "[2a00:6020:409d:bb00:dea6:32ff:fe85:3306]:51820";
|
||||
endpoint = "[2a00:6020:48ad:dd00:dea6:32ff:fe85:3306]:51820";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
];
|
||||
|
@ -72,6 +72,7 @@
|
|||
wg3 = {
|
||||
address = [ "10.11.11.2/32" ];
|
||||
privateKeyFile = "/etc/wireguard/wg3.privatekey";
|
||||
mtu = 1300;
|
||||
|
||||
peers = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue