dumpyourvms: use IPs instead of domains in wireguard endpoints
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
ec22a0e71b
commit
1c555136a4
|
@ -54,7 +54,8 @@
|
||||||
allowedIPs = ["192.168.188.0/24"];
|
allowedIPs = ["192.168.188.0/24"];
|
||||||
presharedKeyFile = "/etc/wireguard/wg1.presharedkey";
|
presharedKeyFile = "/etc/wireguard/wg1.presharedkey";
|
||||||
#endpoint = "vpn4.wernery.eu:50163";
|
#endpoint = "vpn4.wernery.eu:50163";
|
||||||
endpoint = "7gwzft61sc8txc4r.myfritz.net:50163";
|
#endpoint = "7gwzft61sc8txc4r.myfritz.net:50163";
|
||||||
|
endpoint = "[2a00:6020:1000:47::2ded]:50163";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@ -101,7 +102,8 @@
|
||||||
{
|
{
|
||||||
publicKey = "yUyg63j5+17YeJ7gRhxoQuF6rvdX0JF59M6skytJFTQ=";
|
publicKey = "yUyg63j5+17YeJ7gRhxoQuF6rvdX0JF59M6skytJFTQ=";
|
||||||
allowedIPs = ["fdaa:1:3234::/48"];
|
allowedIPs = ["fdaa:1:3234::/48"];
|
||||||
endpoint = "ams1.gateway.6pn.dev:51820";
|
#endpoint = "ams1.gateway.6pn.dev:51820";
|
||||||
|
endpoint = "176.58.93.206:51820";
|
||||||
persistentKeepalive = 15;
|
persistentKeepalive = 15;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue