mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-20 14:28:07 +03:00
Fix redirects dns
This commit is contained in:
@@ -371,10 +371,7 @@ byPassGeoBlockComssDNS()
|
|||||||
deleteByPassGeoBlockComssDNS()
|
deleteByPassGeoBlockComssDNS()
|
||||||
{
|
{
|
||||||
uci del dhcp.cfg01411c.server
|
uci del dhcp.cfg01411c.server
|
||||||
uci add_list dhcp.cfg01411c.server='127.0.0.1#5053'
|
uci add_list dhcp.cfg01411c.server='127.0.0.1#5359'
|
||||||
uci add_list dhcp.cfg01411c.server='127.0.0.1#5054'
|
|
||||||
uci add_list dhcp.cfg01411c.server='127.0.0.1#5055'
|
|
||||||
uci add_list dhcp.cfg01411c.server='127.0.0.1#5056'
|
|
||||||
while uci del dhcp.@domain[-1] ; do : ; done;
|
while uci del dhcp.@domain[-1] ; do : ; done;
|
||||||
uci commit dhcp
|
uci commit dhcp
|
||||||
service dnsmasq restart
|
service dnsmasq restart
|
||||||
|
|||||||
Reference in New Issue
Block a user