From d72aaef950ea33ee81bbf40c4d01f54f697f5aa6 Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 6 May 2019 11:25:14 -0400 Subject: [PATCH] Update and rename transmission.yml to transmission-vpn.yml Adding '-vpn' to role to avoid confusion. Added DNS servers. Setting OpenVPN config to 'default'. --- apps/{transmission.yml => transmission-vpn.yml} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename apps/{transmission.yml => transmission-vpn.yml} (96%) diff --git a/apps/transmission.yml b/apps/transmission-vpn.yml similarity index 96% rename from apps/transmission.yml rename to apps/transmission-vpn.yml index 67c1086..0ff2e20 100644 --- a/apps/transmission.yml +++ b/apps/transmission-vpn.yml @@ -12,7 +12,7 @@ # FACTS ####################################################################### - name: 'Set Known Facts' set_fact: - pgrole: 'transmission' + pgrole: 'transmission-vpn' pgrole2: 'transmission-rss' intport: '9091' extport: '9091' @@ -63,7 +63,7 @@ PUID: '1000' PGID: '1000' OPENVPN_PROVIDER: 'see available configs at https://git.io/fpCSF' - OPENVPN_CONFIG: 'see available configs at https://git.io/fpCSF' + OPENVPN_CONFIG: 'default' OPENVPN_USERNAME: 'vpnuser' OPENVPN_PASSWORD: 'vpnpass' OPENVPN_OPTS: '--inactive 3600 --ping 10 --ping-exit 60' @@ -103,6 +103,11 @@ restart_policy: unless-stopped devices: - '/dev/net/tun:/dev/net/tun:rwm' + dns_servers: + - 1.1.1.1 + - 84.200.69.80 + - 45.33.97.5 + - 208.67.222.222 capabilities: - NET_ADMIN networks: