Merge branch 'dev' of github.com:haugene/docker-transmission-openvpn into dev

This commit is contained in:
Kristian Haugene
2019-10-13 22:22:16 +02:00
5 changed files with 9 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ RUN apt-get update \
ADD openvpn/ /etc/openvpn/
ADD transmission/ /etc/transmission/
ADD tinyproxy /opt/tinyproxy/
ADD scripts /etc/scripts/
ENV OPENVPN_USERNAME=**None** \
OPENVPN_PASSWORD=**None** \

View File

@@ -1,4 +1,4 @@
remote se-sto.privatevpn.com 1194 udp
remote se-sto.pvdata.host 1194 udp
nobind
dev tun
@@ -70,4 +70,4 @@ d85b25ddf2ae5448dd2bccf3eef2aacf
1477b537261cb56a958a4f490d961ecb
-----END OpenVPN Static key V1-----
</tls-auth>
key-direction 1
key-direction 1

View File

@@ -1,4 +1,4 @@
remote uk-lon2.privatevpn.com 1194 udp
remote uk-lon2.pvdata.host 1194 udp
nobind
dev tun
@@ -70,4 +70,4 @@ d85b25ddf2ae5448dd2bccf3eef2aacf
1477b537261cb56a958a4f490d961ecb
-----END OpenVPN Static key V1-----
</tls-auth>
key-direction 1
key-direction 1

View File

@@ -1,4 +1,4 @@
remote us-los.privatevpn.com 1194 udp
remote us-los.pvdata.host 1194 udp
nobind
dev tun
@@ -70,4 +70,4 @@ d85b25ddf2ae5448dd2bccf3eef2aacf
1477b537261cb56a958a4f490d961ecb
-----END OpenVPN Static key V1-----
</tls-auth>
key-direction 1
key-direction 1

View File

@@ -1,4 +1,4 @@
remote se-sto.privatevpn.com 1194 udp
remote se-sto.pvdata.host 1194 udp
nobind
dev tun
@@ -70,4 +70,4 @@ d85b25ddf2ae5448dd2bccf3eef2aacf
1477b537261cb56a958a4f490d961ecb
-----END OpenVPN Static key V1-----
</tls-auth>
key-direction 1
key-direction 1