[Dnsmasq-discuss] Authoritative issues?
Timothy Brown
dnsmasq at tcb.mailworks.org
Wed May 6 05:04:03 BST 2020
I'm running version 2.79.
I noticed some odd behavior with the following config:
host-record=h1.foolocal.local,172.16.200.10
host-record=h2.foolocal.local,172.16.200.20
host-record=ht.foolocal.local,172.16.200.50
bind-interfaces
listen-address=127.0.0.1
listen-address=172.16.200.1
listen-address=172.16.0.1
listen-address=192.168.1.1
auth-zone=foolocal.local,192.168.1.0/24,172.16.200.0/24,172.16.0.0/24
auth-server=foolocal.local,172.16.200.1
The behavior I want is that for foolocal.local, I am authoritative, though foolocal.local does not exist in the global DNS.
If I query for individual hosts via dnsmasq, I do get authoritative replies for those hosts. If I have multiple entries for auth-server, I do not get any results at all as mentioned in the manual. If I don't have auth-server defined, the results are not authoritative.
Is this a bug or do I need to do something different to get the configuration I'd like?
More information about the Dnsmasq-discuss
mailing list