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
|
@ -18,4 +18,5 @@ net eth0 dhcp,tcpflags,routefilter,nosmurfs,logmartians,sourceroute=0
|
|||
vpn gt-tun0 nosmurfs,routefilter,logmartians,tcpflags
|
||||
vpn gt-udp-tun0 nosmurfs,routefilter,logmartians,tcpflags
|
||||
vpn mlvpn0 nosmurfs,routefilter,logmartians,tcpflags
|
||||
vpn tun0 nosmurfs,routefilter,logmartians,tcpflags
|
||||
|
||||
|
|
|
@ -19,4 +19,6 @@ ACCEPT gt-udp-tun0 -
|
|||
ACCEPT - gt-udp-tun0
|
||||
ACCEPT mlvpn0 -
|
||||
ACCEPT - mlvpn0
|
||||
ACCEPT tun0 -
|
||||
ACCEPT - tun0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue