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