> I'm using the Mysql backend and administering using Poweradmin.  Is
> there a way of "de-activating" a zone - other than simply deleting
> it from the database?

What some people do is to add a column to the domains table (`active
INTEGER DEFAULT 1`, or something like that) and alter the SQL queries
PowerDNS uses to include " ... AND active = 1". That does the trick
rather nicely.

Check the documentation on how to alter the queries.

        -JP

_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to