1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2023-08-01 11:31:10 +08:00
parent 31869a66e4
commit 9a2fc814d4
25 changed files with 438 additions and 9 deletions

0
luci-app-omr-bypass/root/etc/config/omr-bypass Executable file → Normal file
View file

0
luci-app-omr-bypass/root/etc/firewall.omr-bypass Executable file → Normal file
View file

View file

@ -150,7 +150,6 @@ fi
#fi
if [ ! -f /etc/crontabs/root ] || [ "$(cat /etc/crontabs/root | grep bypass)" = "" ]; then
echo "0 2 * * * /etc/init.d/omr-bypass bypass_asn" >> /etc/crontabs/root
echo "*/1 * * * * /etc/init.d/fengshan restart" >> /etc/crontabs/root
fi
rm -f /tmp/luci-indexcache
exit 0

View file

View file

View file