[Bind-dlz-testers] Bind with mysql backend

Mike Ragusa mragusa at gmail.com
Mon Mar 10 19:49:18 UTC 2008


After alot of googling searching i think i found my answer. Bind-DLZ does
not support zone statements like allow-query or allow-update-forwarding, etc
for specific zones. If i am wrong please correct me.
On Fri, Mar 7, 2008 at 10:48 AM, Mike Ragusa <mragusa at gmail.com> wrote:

> view "external-chaos" chaos {
>     match-clients { any; };
>     recursion no;
>
>        zone "." {
>            type hint;
>            file "/dev/null";
>        };
>
>        zone "bind" {
>            type master;
>            file "master/db.bind";
>
>            allow-query {
>                trusted;
>            };
>            allow-transfer {
>                none;
>            };
>        };
>
>
>
> Using this example i obtained from
> http://www.cymru.com/Documents/secure-bind-template.html, I am wondering
> if its possible to use zone options like allow-query, etc with bind-dlz. I
> am assuming from your response about views, it is just a matter of setting
> up addional tables and altering the sql queries used by bind-dlz.
>
>
>
>
> On Thu, Mar 6, 2008 at 3:54 PM, Graeme Fowler <graeme at graemef.net> wrote:
>
> > On Thu, 2008-03-06 at 15:44 -0500, Mike Ragusa wrote:
> > > This is the configuration I am using now. I finally got zone transfers
> > > working and all of my data imported and working properly.
> >
> > Excellent, good on you.
> > <snip>
> >
> > > I am currently in the process of writing up a howto for freebsd and
> > > including my scripts i used for data importation and what not. What i
> > > would like to know right now is:
> > > 1. What GUI or command line interface do people use to manage the data
> > > inside of bind-dlz?
> >
> > Speaking personally, when I've used DLZ for serious business I've always
> > used a web front end written "in house" (not usually by me, either,
> > although I have provided some basic CGI scripts over the years) which
> > fits with other in-house systems. Think bulk domain registrations.
> >
> > > 2. Can bind-dlz take advantage of zone options?
> >
> > What do you mean?
> >
> > > 3. Does bind-dlz understand views?
> >
> > It would be more accurate to ask: do views understand bind-dlz? For
> > which the answer is "yes". Zones defined in a view are logically
> > separate from zones defined in other views, and that goes for DLZ. If
> > you tweak your query used for a given DLZ zone, you can select from
> > multiple database tables, use different SQL users, and so on.
> >
> > Graeme
> >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > Bind-dlz-testers mailing list
> > Bind-dlz-testers at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bind-dlz-testers
> >
>
>




More information about the bind-users mailing list