Checkout the `--server` option in the dnsmasq man page. I think it does almost exactly what you want.
On Thu, Mar 26, 2015 at 8:12 AM Thomas Eliasson <[email protected]> wrote: > Hi! > > When running dnsmasq, I'd like to delegate a sub-domain to another dnsmasq > instance on another server. > > E.g. > To have one server handle example.com and another server to handle the > sub-domain sub.example.com. > > To do this one should add an NS record to the delegating server (the > nameserver for example.com) pointing out the sub-domain nameserver, > and an A record for the nameserver address resolution. > I.e two entries like this: > > sub.example.com IN NS ns.sub.example.com > ns.sub.example.com IN A 10.10.10.10 > > I cannot figure out how to do that using dnsmasq. > I find no way to add an NS entry. > Is it currently impossible to do such a delegation using dnsmasq? > > /Thomas > > _______________________________________________________________ > Annons: Handla enkelt och smidigt hos Clas Ohlson > <http://www.dpbolvw.net/click-5762941-10771045> > _______________________________________________ > Dnsmasq-discuss mailing list > [email protected] > http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss >
_______________________________________________ Dnsmasq-discuss mailing list [email protected] http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
