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 2021-04-03 08:41:50 +08:00
parent 4bf3bfb3b7
commit 2c2d178dd1
15 changed files with 1118 additions and 52 deletions

View file

@ -143,9 +143,6 @@ start_service() {
uci -q batch <<-EOF > /dev/null
del_list dhcp.@dnsmasq[0].server='127.0.0.1#5353'
add_list dhcp.@dnsmasq[0].server='114.114.114.114'
add_list dhcp.@dnsmasq[0].server="223.5.5.5"
add_list dhcp.@dnsmasq[0].server="223.6.6.6"
add_list dhcp.@dnsmasq[0].server="180.76.76.76"
set dhcp.@dnsmasq[0].dnsseccheckunsigned='0'
delete dhcp.@dnsmasq[0].dnssec='1'
commit dhcp
@ -154,9 +151,6 @@ start_service() {
uci -q batch <<-EOF > /dev/null
add_list dhcp.@dnsmasq[0].server='127.0.0.1#5353'
del_list dhcp.@dnsmasq[0].server='114.114.114.114'
add_list dhcp.@dnsmasq[0].server="223.5.5.5"
add_list dhcp.@dnsmasq[0].server="223.6.6.6"
add_list dhcp.@dnsmasq[0].server="180.76.76.76"
set dhcp.@dnsmasq[0].dnsseccheckunsigned='1'
set dhcp.@dnsmasq[0].dnssec='1'
commit dhcp