mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-27 20:13:09 +00:00
9 lines
345 B
Text
9 lines
345 B
Text
|
###
|
||
|
### VPN Credentials
|
||
|
###
|
||
|
# If you're using Transmission with a VPN, you'll need to set these credentials.
|
||
|
# See https://hub.docker.com/r/haugene/transmission-openvpn/ for supported VPN providers.
|
||
|
openvpn_username: super_secret_username
|
||
|
openvpn_password: super_secret_password
|
||
|
openvpn_provider: NORDVPN
|
||
|
openvpn_config: uk64.nordvpn.com.udp1194
|