mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
0277054de1
clients get two more security parameters to harden connection further and... hopefully fix use of testing branch and... why is there no modern Road Rash game, that was the best.
15 lines
215 B
Text
15 lines
215 B
Text
client
|
|
dev tun
|
|
proto udp
|
|
remote IPv4pub 1194
|
|
resolv-retry infinite
|
|
nobind
|
|
persist-key
|
|
persist-tun
|
|
key-direction 1
|
|
remote-cert-tls server
|
|
verify-x509-name SRVRNAME name
|
|
cipher AES-256-CBC
|
|
auth SHA256
|
|
comp-lzo
|
|
verb 1
|