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:
commit
b416d1af7a
9 changed files with 56 additions and 24 deletions
|
@ -200,6 +200,10 @@ if [ -z "$(uci -q get unbound.fwd_adguard_family)" ]; then
|
|||
EOF
|
||||
fi
|
||||
|
||||
if [ -z "$(grep nameserver /etc/resolv.conf)" ]; then
|
||||
echo "nameserver 127.0.0.1" > /etc/resolv.conf
|
||||
fi
|
||||
|
||||
rm -f /tmp/luci-indexcache
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue