Following the man page I can see that we have short syntax to define a
locally a domain binding using address (or local as we use) directive
and return accordingly:
local=/example.com/# = 0.0.0.0 (NULL)
local=/example.com/ = NXDOMAIN
In the context of adblocking I am told certain browsers/syst
Hey Ercolino,
In the context of adblocking I am told certain browsers/systems react
much better when the DNS server returns FORBIDDEN (I guess they mean
REFUSED which is return code 5
https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6)
as this instructs the
Hi dnsmasq,
So I searched around and found some very old discussions about supporting DNS
Update in dnsmasq. It seems like the feeling was that since dnsmasq already
gathered it's own information base from DHCP, it wasn't necessary to add DNS
Update support for clients because we already know thei
Hi all
I use and love dnsmasq now for quite some while, without ever going much
into the details.
What I wonder: Is there a way to find out what hostnames the dhcp server
has assigned to what ip addresses dynamically? I know that dnsmasq
registers them just fine, but is there a run-time acce