1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge branch 'test' into develop

This commit is contained in:
suyuan 2021-02-26 21:43:21 +08:00
commit 6373102163
49 changed files with 3206 additions and 1953 deletions

View file

@ -55,7 +55,12 @@ if [ "$(uci -q get omr-tracker.proxy.hosts | grep '103.224.182.242')" != "" ]; t
del_list omr-tracker.proxy.hosts='103.224.182.242'
del_list omr-tracker.proxy.hosts='198.191.250.176'
add_list omr-tracker.proxy.hosts='74.82.42.42'
add_list omr-tracker.proxy.hosts='176.103.130.130'
commit omr-tracker
EOF
fi
if [ "$(uci -q get omr-tracker.proxy.hosts | grep '176.103.130.130')" != "" ]; then
uci -q batch <<-EOF >/dev/null
del_list omr-tracker.proxy.hosts='176.103.130.130'
commit omr-tracker
EOF
fi