[Dnsmasq-discuss] dnsmasq does not catches AAAA requests to domains in --address with only IPv4 records
Grundik
grundik at ololo.cc
Tue Mar 19 19:38:01 UTC 2024
Hello!
Documentation says:
-A, --address=/<domain>[/<domain>...]/[<ipaddr>]
Specify an IP address to return for any host in the given domains. A
(or AAAA) queries in the domains are never forwarded and always replied
to with the specified IP address which may be IPv4 or IPv6.
But, if the record in --address is only specified as IPv4, then AAAA
requests are still forwarded further, and I found no way to make
dnsmasq to return NXDOMAIN instead (as it should do in first place,
according to my understanding of documentation).
Are there a way to truly "catch-all" a domain, without crippling the
rest of IPv6 functionality?
Im using version 2.90.
More information about the Dnsmasq-discuss
mailing list