[Dnsmasq-discuss] srv-host and domain
Otto Modinos
ottomodinos at gmail.com
Wed Sep 15 07:26:40 UTC 2021
After checking the code and testing a little bit, the problem is the
domain. Specifically, when given as `domain=my.domain,MYADDRESSRANGE`
then it is not appended to the srv-hosts.
You can see that in option.c: at the very end of the file is when the
domain is added to srv-hosts that are missing one. However, that only
happens when `daemon->domain_suffix` is set, and that is only set in the
simple form of the domain option.
More information about the Dnsmasq-discuss
mailing list