mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix report for shadowsocks status
This commit is contained in:
parent
3e4d96c7ff
commit
21ac379b63
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@
|
||||||
if (mArray.openmptcprouter.wan_addr == "")
|
if (mArray.openmptcprouter.wan_addr == "")
|
||||||
{
|
{
|
||||||
statusMessage += 'No VPS IP address, No WAN IP address';
|
statusMessage += 'No VPS IP address, No WAN IP address';
|
||||||
} else if (mArray.openmptcprouter.ss_addr == "")
|
}
|
||||||
|
if (mArray.openmptcprouter.ss_addr == "")
|
||||||
{
|
{
|
||||||
statusMessage += 'ShadowSocks not working';
|
statusMessage += 'ShadowSocks not working';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue