dumpyourvms: update wireguard wg1 config

This commit is contained in:
teutat3s 2023-07-02 13:18:50 +02:00
parent f7acbf1bf7
commit b594c1bc9e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

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