mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix dns
This commit is contained in:
parent
618164759a
commit
575e89a3f2
1 changed files with 5 additions and 3 deletions
|
@ -13,9 +13,11 @@ if [ "$(uci -q get openmptcprouter.latest_versions)" = "" ]; then
|
|||
uci -q batch <<-EOF >/dev/null
|
||||
add_list dhcp.@dnsmasq[-1].server="127.0.0.1#5353"
|
||||
add_list dhcp.@dnsmasq[-1].server="/lan/"
|
||||
add_list dhcp.@dnsmasq[-1].server="223.5.5.5#5353"
|
||||
add_list dhcp.@dnsmasq[-1].server="223.6.6.6#5353"
|
||||
add_list dhcp.@dnsmasq[-1].server="180.76.76.76#5353"
|
||||
add_list dhcp.@dnsmasq[-1].server="223.5.5.5#53"
|
||||
add_list dhcp.@dnsmasq[-1].server="223.6.6.6#53"
|
||||
add_list dhcp.@dnsmasq[-1].server="180.76.76.76#53"
|
||||
add_list dhcp.@dnsmasq[-1].server="208.67.222.222#5353"
|
||||
add_list dhcp.@dnsmasq[-1].server="208.67.220.220#5353"
|
||||
commit dhcp
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue