mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
Take PIA port forward credentials from config file
This commit is contained in:
parent
28441e36c6
commit
fc26f5136b
@ -9,8 +9,11 @@ export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/b
|
|||||||
curl_max_time=15
|
curl_max_time=15
|
||||||
curl_retry=5
|
curl_retry=5
|
||||||
curl_retry_delay=15
|
curl_retry_delay=15
|
||||||
user='PIA_USER'
|
exec 6< /config/openvpn/credentials.conf
|
||||||
pass='PIA_PASS'
|
|
||||||
|
read user <&6
|
||||||
|
read pass <&6
|
||||||
|
|
||||||
CONFFILE=/config/qBittorrent/config/qBittorrent.conf
|
CONFFILE=/config/qBittorrent/config/qBittorrent.conf
|
||||||
|
|
||||||
###### Nextgen PIA port forwarding ##################
|
###### Nextgen PIA port forwarding ##################
|
||||||
|
Loading…
Reference in New Issue
Block a user