dumpyourvms: update wireguard wg1 config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f7acbf1bf7
commit
b594c1bc9e
|
@ -45,16 +45,16 @@
|
|||
];
|
||||
};
|
||||
wg1 = {
|
||||
address = ["10.13.0.1/32"];
|
||||
address = ["192.168.188.203/24"];
|
||||
privateKeyFile = "/etc/wireguard/wg1.privatekey";
|
||||
mtu = 1412;
|
||||
|
||||
peers = [
|
||||
{
|
||||
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";
|
||||
publicKey = "iZkgeA/mFxBRclCa5SJYdqffClly/uho5krebcUloCY=";
|
||||
allowedIPs = ["192.168.188.0/24"];
|
||||
presharedKeyFile = "/etc/wireguard/wg1.presharedkey";
|
||||
#endpoint = "vpn4.wernery.eu:50163";
|
||||
endpoint = "7gwzft61sc8txc4r.myfritz.net:50163";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue