1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

WIP: multi users VPN and FW

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-01-09 22:00:50 +01:00
parent 3085b2e9a6
commit 11d8e11918
4 changed files with 30 additions and 17 deletions

View file

@ -1,4 +1,6 @@
dev tun0
user nobody
group nogroup
cipher AES-256-CBC
proto tcp
port 65301
@ -14,4 +16,8 @@ dh /etc/openvpn/server/dh2048.pem
crl-verify /etc/openvpn/ca/pki/crl.pem
keepalive 10 120
sndbuf 0
rcvbuf 0
rcvbuf 0
tls-server
tls-version-min 1.2
compress lzo
push "route 10.255.252.1 255.255.255.255"