X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5949fd8b7c850cc7267e27ffa650218ec5e0bd02..f7ff2aed8b863cf6a639ff5e487307eabc8712f1:/package/dnsmasq/files/dhcp.conf diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf index 25ecde6f5..c79458fb2 100644 --- a/package/dnsmasq/files/dhcp.conf +++ b/package/dnsmasq/files/dhcp.conf @@ -1,8 +1,11 @@ config dnsmasq option domainneeded 1 option boguspriv 1 - option filterwin2k '0' #enable for dial on demand + option filterwin2k 0 # enable for dial on demand option localise_queries 1 + option rebind_protection 1 # disable if upstream must serve RFC1918 addresses + option rebind_localhost 0 # enable for RBL checking and similar services + #list rebind_domain example.lan # whitelist RFC1918 responses for domains option local '/lan/' option domain 'lan' option expandhosts 1