16 lines
221 B
Plaintext
16 lines
221 B
Plaintext
client
|
|
dev tun
|
|
proto {{ vpn_proto }}
|
|
remote {{ vpn_server_ip }} {{ vpn_port }}
|
|
resolv-retry infinite
|
|
nobind
|
|
persist-key
|
|
persist-tun
|
|
user nobody
|
|
group nogroup
|
|
|
|
|
|
tls-auth {{ psk_key_path }} 1
|
|
cipher AES-256-GCM
|
|
auth SHA256
|