mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Test if VPS support MPTCP
This commit is contained in:
parent
15bff6d3a7
commit
368f23be99
4 changed files with 31 additions and 9 deletions
|
@ -110,6 +110,10 @@
|
|||
{
|
||||
statusMessage += 'ShadowSocks not working<br/>';
|
||||
}
|
||||
if (mArray.openmptcprouter.server_mptcp == false)
|
||||
{
|
||||
statusMessage += 'MPTCP not enabled on the server<br/>';
|
||||
}
|
||||
}
|
||||
if (mArray.openmptcprouter.tun_service == false)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue