mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Add OpenVPN support and fix MLVPN support
This commit is contained in:
parent
55433c52e4
commit
148d3fbcd0
5 changed files with 51 additions and 5 deletions
9
openvpn-tun0.conf
Normal file
9
openvpn-tun0.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
dev tun
|
||||
secret /etc/openvpn/server/static.key
|
||||
cipher AES-256-CBC
|
||||
compress lz4
|
||||
proto tcp-server
|
||||
port 65301
|
||||
persist-tun
|
||||
persist-key
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue