How-to, notes, thoughts


Openwrt Disable DNS Rebinding Protection

Disable DNS rebind protection if you need to trust upstream resolvers.

uci set dhcp.@dnsmasq\[0\].rebind_protection="0"
uci commit dhcp
/etc/init.d/dnsmasq restart