mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-18 12:17:07 +02:00
Merge branch 'master' of https://github.com/gitsly/docker-transmission-openvpn into gitsly-master
This commit is contained in:
commit
20cc75c09c
@ -1,19 +1,26 @@
|
||||
client
|
||||
dev tun0
|
||||
proto udp
|
||||
dev tun
|
||||
proto tcp
|
||||
; Cert
|
||||
ns-cert-type server
|
||||
cipher BF-CBC
|
||||
remote-cert-tls server
|
||||
cipher AES-256-CBC
|
||||
;Host
|
||||
resolv-retry infinite
|
||||
;auth
|
||||
auth-user-pass /config/openvpn-credentials.txt
|
||||
auth-user-pass
|
||||
auth-nocache
|
||||
keepalive 10 30
|
||||
|
||||
remote se-ovpn.anonine.net 443
|
||||
remote se-ipsec-private.anonine.net 1195
|
||||
persist-key
|
||||
persist-tun
|
||||
persist-remote-ip
|
||||
nobind
|
||||
|
||||
sndbuf 0
|
||||
rcvbuf 0
|
||||
|
||||
comp-lzo
|
||||
|
||||
verb 2
|
||||
<ca>
|
||||
-----BEGIN CERTIFICATE-----
|
||||
@ -44,3 +51,24 @@ oUUEcbjkaGDhKwnl5PE4IR7axC96HNzzWdYnYoPLKY33QMbPzpnUne23Ntf3+5HB
|
||||
LsIO/T4+Lj9xn5EfHy0t0ct4eO9QX3DC3PT4zL8LYqvXBLeK02J43g==
|
||||
-----END CERTIFICATE-----
|
||||
</ca>
|
||||
key-direction 1
|
||||
<tls-auth>
|
||||
-----BEGIN OpenVPN Static key V1-----
|
||||
92fadba5205d257d7fc4e30f1537ff9d
|
||||
0f0076151a9664b3816f0dcb4e6d8e1d
|
||||
5dfb3bf2e6729692703389e6a4c3096f
|
||||
39548990dbf103c23481ec28bd6f6514
|
||||
a185507eac197efae1a7f0daacbfa077
|
||||
7865f4a421bb9a49a5275aac14512327
|
||||
3d4abd7329f8964985ca21323ec900a3
|
||||
4aa1c33e9a61ac5422c8d0bf890f998a
|
||||
13e1d9047df9ac1b103689de2b7eeb52
|
||||
f817fbe6be062199ff92d380f35548b5
|
||||
236aa77f928b707921909d9a8c8f8564
|
||||
ac351ddce3548107fef11d9bc69fcc10
|
||||
99e82cde204af796a20c8ccdccc4afed
|
||||
c22ad9cc4539286b4894b00c2096a334
|
||||
b9b8c68be4c5dd50723c506f39f35dc5
|
||||
70d63e54348f1676715be7f7325658e8
|
||||
-----END OpenVPN Static key V1-----
|
||||
</tls-auth>
|
Loading…
Reference in New Issue
Block a user