On 27.06.24 22:13, Dimitry Andric wrote:
In particular, this happens when dnsmasq serves a --local domain, and
'fixed' hosts are defined with --address entries having _only_ an IPv4
address.

For example, if dnsmasq.conf contains:

   no-daemon
   log-queries

   domain=example.com
   interface=eth0
   server=1.1.1.1
   local=/example.com/

   address=/foo.example.com/10.1.2.3
   address=/bar.example.com/10.1.2.3


Your address literals are more specific than your 'local=' declarations.

Did you try to actually '...match the specified address literal...' yet?

  local=/foo.example.com/
  local=/bar.example.com/

  address=/foo.example.com/10.1.2.3
  address=/bar.example.com/10.1.2.3


Kind regards,
      Buck


_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

Reply via email to