Re: [Dnsmasq-discuss] Dnsmasq IPv6 NXDOMAIN issue when using synth-domain for IPv4

2023-12-03 Thread Simon Kelley
The problem is well known, and the solution (rewrite NXDOMAIN replies from upstream to NODATA) has been done for a long time. Unfortunately, an oversight missed out --synth-domain from the code which determines if a query for another rr-type is capable of eliciting an answer and triggers the

Re: [Dnsmasq-discuss] [PATCH] Introduce local-service=host specialization

2023-12-03 Thread Simon Kelley
Looks sensible to me. Very much in the spirit of the original --local-service option flag. I'm minded to commit this unless anyone has an objection. Simon. On 30/11/2023 17:59, Petr Menšík wrote: Hello! I have sent similar proposal already in year 2021 [1]. But I have reworked that a bit

Re: [Dnsmasq-discuss] Domain not applied correctly when reading DHCP lease file

2023-12-03 Thread Simon Kelley
You're pretty much correct. the code that reads the leases file runs (for good reasons) before the code which looks at the addresses of the local interfaces, so domain configs which are predicated on the interface come out wrong.