mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Allow VPS update from OMR advanced settings
This commit is contained in:
parent
9fbfd863b3
commit
9ea04c5c1e
3 changed files with 45 additions and 0 deletions
|
@ -211,6 +211,10 @@
|
|||
} else if (mArray.openmptcprouter.socks_service_enabled == true && mArray.openmptcprouter.ss_addr == "")
|
||||
{
|
||||
statusMessage += 'Can\'t get public IP address from ShadowSocks<br/>';
|
||||
}
|
||||
if (mArray.openmptcprouter.vps_mptcp == "0")
|
||||
{
|
||||
statusMessage += 'MPTCP is not enabled on the server<br/>';
|
||||
}
|
||||
if (statusMessage !== "")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue