diff --git a/openmptcprouter/files/etc/uci-defaults/1940-omr-dns b/openmptcprouter/files/etc/uci-defaults/1940-omr-dns index 223eb9b53..9ebb15c9b 100755 --- a/openmptcprouter/files/etc/uci-defaults/1940-omr-dns +++ b/openmptcprouter/files/etc/uci-defaults/1940-omr-dns @@ -25,6 +25,13 @@ if [ "$(uci -q get dhcp.@dnsmasq[0].rebind_domain)" = "" ]; then commit dhcp EOF fi +if [ "$(uci -q get dhcp.lan.dhcp_options)" = "" ]; then + uci -q batch <<-EOF >/dev/null + uci add_list dhcp.lan.dhcp_option='252,"\n"' + commit dhcp + EOF +fi + #uci -q batch <<-EOF >/dev/null # set unbound.@unbound[-1].add_local_fqdn=0 # set unbound.@unbound[-1].localservice=1