mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add v2ray tracker and fix VPS domain address support
This commit is contained in:
parent
a03847acbb
commit
556d980c6e
6 changed files with 175 additions and 41 deletions
|
@ -76,7 +76,7 @@ while true; do
|
|||
last=$((last + 1 ))
|
||||
[ -z "$nocontact" ] && nocontact="$host" || nocontact="$nocontact, $host"
|
||||
[ "${last}" -ge "${retry}" ] && {
|
||||
if [ -n "$(iptables -t nat -L -n | grep ss_rules)" ]; then
|
||||
if [ -n "$(iptables -t nat -L -n | grep ssr)" ]; then
|
||||
_log "Shadowsocks is down (can't contact via http ${nocontact})"
|
||||
uci -q set openmptcprouter.omr.shadowsocks="down"
|
||||
uci -q commit openmptcprouter.omr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue