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