mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
parent
75f47e6d07
commit
8ff7e9df07
15 changed files with 52 additions and 1118 deletions
|
@ -143,6 +143,9 @@ 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
|
||||
|
@ -151,6 +154,9 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue