# Here put your home LAN interface listen-address=10.0.0.1 bind-interfaces # do not resolve your internal DNS names outside domain-needed # Never forward addresses in the non-routed address spaces bogus-priv # Enable dnssec support #conf-file=/usr/share/dnsmasq/trust-anchors.conf #dnssec #dnssec-check-unsigned # You can add your own ads filters here (only hosts format!) #addn-hosts=/etc/adblock.hosts # Use this custom-folder to add more blocklists; # conf-dir=/etc/dnsmasq.d,*.conf # DHCP settings for internal network (from 100 to 250, under 100 are fixed ips) dhcp-range=10.0.0.100,10.0.0.250,12h # Send gateway and DNS values to the DHCP clients dhcp-option=option:router,10.00.0.1 dhcp-option=option:dns-server,10.00.0.1 # Preassign fixed IPs via DHCP to specific hosts: #dhcp-host=34:f3:9a:73:a6:a4,10.0.0.99 # DNSSEC conf-file=/usr/share/dnsmasq/trust-anchors.conf dnssec dnssec-check-unsigned