mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update openmptcprouter
This commit is contained in:
parent
b5b3ea6fda
commit
c41ab48248
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue