Hi,

looks like I can either use dnsmasq to resolve SOA/NS records for a domain or it beeing a normal DNS resolver but not both.

I like dnsmasq to be authorative for any domain AND answer at least queries for A records for any domain with one fixed IP.

So, I did set
address=/#/1.2.3.4
interface=eth0

and a
dig @dnsmasq.mydomain.de www.test.de a
returns
www.test.de.            0       IN      A       1.2.3.4
Great, works.

But in the moment I also set
auth-server=dnsmasq.mydomain.de,eth0
auth-zone=test.de
and do a
dig @dnsmasq.mydomain.de test.de soa
it returns bravely
test.de.                600     IN      SOA     aso ...

but returns no A records anymore.


How can I achieve both ?



Kind regards, Frank
--
PHADE Software - PowerWeb                       http://www.powerweb.de
Inh. Dipl.-Inform. Frank Gadegast             mailto:fr...@powerweb.de
Schinkelstrasse 17                                fon: +49 33200 52920
14558 Nuthetal OT Rehbruecke, Germany             fax: +49 33200 52921  
======================================================================

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
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