mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Bypass lesnumeriques.com
This commit is contained in:
parent
9ef8a292f2
commit
bd80da9204
1 changed files with 9 additions and 0 deletions
|
@ -73,6 +73,15 @@ if [ "$(uci -q get omr-bypass.m6replay)" = "" ]; then
|
||||||
commit omr-bypass
|
commit omr-bypass
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
if [ "$(uci -q get omr-bypass.lesnumeriques)" = "" ]; then
|
||||||
|
uci -q batch <<-EOF >/dev/null
|
||||||
|
set omr-bypass.lesnumeriques=proto
|
||||||
|
add_list omr-bypass.lesnumeriques.url='lesnumeriques.com'
|
||||||
|
add_list omr-bypass.lesnumeriques.url='botscorner.com'
|
||||||
|
add_list omr-bypass.lesnumeriques.url='app.botscorner.com'
|
||||||
|
commit omr-bypass
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
|
|
||||||
rm -f /tmp/luci-indexcache
|
rm -f /tmp/luci-indexcache
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue