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:
parent
3085b2e9a6
commit
11d8e11918
4 changed files with 30 additions and 17 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue