Change windscribe location

port forwarding stopped working after a certain amount of time
This commit is contained in:
GHOSCHT 2024-08-09 16:04:40 +02:00
parent c1e8037290
commit 8e4fc00255
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -124,9 +124,9 @@
PGID = 1000;
TZ = "Europe/Berlin";
OPENVPN_PROVIDER = "WINDSCRIBE";
OPENVPN_CONFIG = "Vienna-Hofburg-udp";
OPENVPN_CONFIG = "Amsterdam-Tulip-udp";
OVPN_PROTOCOL = "udp";
OPENVPN_OPTS = "--pull-filter ignore ping --ping 10 --ping-restart 120";
OPENVPN_OPTS = "--reneg-sec 0 --verb 4";
LOCAL_NETWORK = "192.168.0.0/16";
TRANSMISSION_DOWNLOAD_DIR = "/data/torrents";
TRANSMISSION_INCOMPLETE_DIR = "/data/torrents/incomplete";