[freeside-users] exporting to PowerDNS database

Sterpu Victor victor at ambra.ro
Thu Jan 19 23:13:01 PST 2006


I made a generic module for databases.
It conects using DBI an it lets you specify your own statements.
So you can export in any database that DBI can connect to.

First you must insert a few lines in FS/part_export.pm(where you specify 
the table where you will execute the export).
Then you place the export module in FS/part_export directory.
You can use other modules as a template.

Vlad Sedov wrote:

> hello -
>
> has anyone experimented with exporting DNS records from freeside to a 
> database-driven DNS server, such as powedns?....
> or, how about smoothing out interaction with BIND?.... The BIND export 
> works fairly well, but the server itself has to be told to reload db's 
> after the export. Do you guys just CRON an occasional SIGHUP to the 
> named process, or do you make a second export that does just that?
>
>
>
> thanks.....
> Vlad
>
>------------------------------------------------------------------------
>
>_______________________________________________
>freeside-users mailing list
>freeside-users at sisd.com
>http://420.am/cgi-bin/mailman/listinfo/freeside-users
>  
>



More information about the freeside-users mailing list