mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
26 lines
397 B
Plaintext
26 lines
397 B
Plaintext
# Client
|
|
client
|
|
tls-client
|
|
dev tun
|
|
# this will connect with whatever proto DNS tells us (https://community.openvpn.net/openvpn/ticket/934)
|
|
proto tcp
|
|
remote vpn.4gl.io 7494
|
|
resolv-retry infinite
|
|
cipher AES-256-CBC
|
|
auth SHA256
|
|
script-security 2
|
|
keepalive 10 120
|
|
remote-cert-tls server
|
|
|
|
# Keys
|
|
ca ca.crt
|
|
cert user.crt
|
|
key user.key
|
|
tls-auth tls.key 1
|
|
|
|
# Security
|
|
nobind
|
|
persist-key
|
|
persist-tun
|
|
verb 3
|