From e79133892e649300a68fe99be98d64a3705ed064 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Mon, 23 Mar 2020 22:47:44 +0000 Subject: [PATCH] Revert Transmission ports to original settings --- group_vars/all.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 3e36810a..a34f55c4 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -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