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 = { wg1 = {
address = ["10.13.0.1/32"]; address = ["192.168.188.203/24"];
privateKeyFile = "/etc/wireguard/wg1.privatekey"; privateKeyFile = "/etc/wireguard/wg1.privatekey";
mtu = 1412;
peers = [ peers = [
{ {
publicKey = "XS3TTIMU7Jp3JJANBpE14RsVDJk6/VUvZgjQgQP8kAs="; publicKey = "iZkgeA/mFxBRclCa5SJYdqffClly/uho5krebcUloCY=";
allowedIPs = ["10.13.0.100/32" "192.168.188.0/24"]; allowedIPs = ["192.168.188.0/24"];
#endpoint = "85.214.70.91:51820"; presharedKeyFile = "/etc/wireguard/wg1.presharedkey";
endpoint = "[2a00:6020:48ad:dd00:dea6:32ff:fe85:3306]:51820"; #endpoint = "vpn4.wernery.eu:50163";
endpoint = "7gwzft61sc8txc4r.myfritz.net:50163";
persistentKeepalive = 25; persistentKeepalive = 25;
} }
]; ];