dnsmasq: add support for filter-AAAA/A
[openwrt/openwrt.git] / package / network / services / dnsmasq / files / dnsmasq.init
index 386b47616e7f10a1961443d04e3acb4dc19074b0..21910f5fd19907248f3979ca837c31c39e049ae2 100755 (executable)
@@ -960,6 +960,9 @@ dnsmasq_start()
        append_bool "$cfg" rapidcommit "--dhcp-rapid-commit"
        append_bool "$cfg" scriptarp "--script-arp"
 
+       append_bool "$cfg" filter_aaaa "--filter-AAAA"
+       append_bool "$cfg" filter_a "--filter-A"
+
        append_parm "$cfg" logfacility "--log-facility"
        config_get logfacility "$cfg" "logfacility"
        append_parm "$cfg" cachesize "--cache-size"