Change windscribe location
port forwarding stopped working after a certain amount of time
This commit is contained in:
parent
c1e8037290
commit
8e4fc00255
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue