web dashboard in single container
This commit is contained in:
19
files/archive/vpn_server.conf
Normal file
19
files/archive/vpn_server.conf
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
ifconfig-pool-persist ipp.txt
|
||||
port {{ vpn_port }}
|
||||
proto {{ vpn_proto }}
|
||||
dev tun
|
||||
tls-crypt {{ psk_key_path }}
|
||||
server {{ vpn_network }} {{ vpn_netmask }}
|
||||
topology subnet
|
||||
push "route {{ private_server_address }} 255.255.255.255"
|
||||
keepalive 10 120
|
||||
cipher AES-256-GCM
|
||||
auth SHA256
|
||||
user nobody
|
||||
group nogroup
|
||||
persist-key
|
||||
persist-tun
|
||||
status openvpn-status.log
|
||||
verb 3
|
||||
explicit-exit-notify 1
|
||||
Reference in New Issue
Block a user