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 2020-12-19 14:39:25 +08:00 committed by GitHub
parent 5bd1d4393e
commit 618164759a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,9 @@ 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"
commit dhcp
EOF
fi