removed web interface creds, as access is limited to the local network
This commit is contained in:
@@ -8,5 +8,3 @@ OPENVPN_PROVIDER=NORDVPN # https://github.com/haugene/vpn-configs-contrib/tree/m
|
|||||||
NORDVPN_COUNTRY=NL # https://support.nordvpn.com/hc/en-us/articles/20465085067665-NordVPN-proxy-setup-for-BitTorrent
|
NORDVPN_COUNTRY=NL # https://support.nordvpn.com/hc/en-us/articles/20465085067665-NordVPN-proxy-setup-for-BitTorrent
|
||||||
OPENVPN_USERNAME=vpn_username
|
OPENVPN_USERNAME=vpn_username
|
||||||
OPENVPN_PASSWORD=vpn_password
|
OPENVPN_PASSWORD=vpn_password
|
||||||
TRANS_USER=trans_user # optional for web interface
|
|
||||||
TRANS_PASS=trans_pass # optional for web interface
|
|
||||||
@@ -15,8 +15,6 @@ services:
|
|||||||
# To obtain the credentials proceed with the manual configuration in NordVPN account.
|
# To obtain the credentials proceed with the manual configuration in NordVPN account.
|
||||||
- OPENVPN_USERNAME=${OPENVPN_USERNAME}
|
- OPENVPN_USERNAME=${OPENVPN_USERNAME}
|
||||||
- OPENVPN_PASSWORD=${OPENVPN_PASSWORD}
|
- OPENVPN_PASSWORD=${OPENVPN_PASSWORD}
|
||||||
- TRANS_USER=${TRANS_USER} # optional for web interface
|
|
||||||
- TRANS_PASS=${TRANS_PASS} # optional for web interface
|
|
||||||
- LOCAL_NETWORK=${LOCAL_NETWORK} # see .env file for comments
|
- LOCAL_NETWORK=${LOCAL_NETWORK} # see .env file for comments
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
|
|||||||
Reference in New Issue
Block a user