web dashboard in single container
This commit is contained in:
15
files/archive/vpn_client.conf
Normal file
15
files/archive/vpn_client.conf
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user