mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 11:33:08 +00:00
Revert Transmission ports to original settings
This commit is contained in:
parent
d5962b5326
commit
e79133892e
1 changed files with 3 additions and 2 deletions
|
@ -354,12 +354,13 @@ transmission_group_id: "0"
|
|||
transmission_local_network: "192.168.1.0/24"
|
||||
transmission_webui_port: "9092"
|
||||
transmission_external_port: "51414"
|
||||
transmission_openvpn_webui_port: "9093"
|
||||
transmission_openvpn_webui_port: "9091"
|
||||
transmission_openvpn_external_port: "51415"
|
||||
transmission_openvpn_proxy_port: "3128"
|
||||
|
||||
# Transmission VPN Credentials
|
||||
# If you're using Transmission with a VPN, you'll need to set these credentials.
|
||||
# See https://hub.docker.com/r/dceschmidt/openvpn-client/ for supported VPN providers.
|
||||
# See https://github.com/haugene/docker-transmission-openvpn/ for supported VPN providers.
|
||||
openvpn_username: leisure-suit-larry
|
||||
openvpn_password: secretpassword
|
||||
openvpn_provider: AWESOMEVPNPROVIDER
|
||||
|
|
Loading…
Reference in a new issue