BIND + MySQL + PostgreSQL

Marian Marinov hackman at azilian.net
Sun May 30 15:59:23 UTC 2004


Hello,
Is it possible to have a bind which can use 2 or more types of
databases, such as MySQL&PostgreSQL. And I have another question is it
possible for bind to reads its zone definitions from an SQL database,
I mean:

zone "home.azilian.net" in {
        type slave;
        file "home.azilian.zone";
        masters {
            217.79.68.93;
        };
        zone-statistics true;
};

I have allready setup a bind + mysql but with this configuration only
the file option can use SQL database.

I do wish to have more flexible named :)


More information about the bind-users mailing list