Menu

How do I export all forward DNS zones

Help
huntman
2011-09-27
2013-05-09
  • huntman

    huntman - 2011-09-27

    I have over 300 domain names in IPPlan that I would like to change the TTL, Refresh, Retry, Expire and Minimum TTL on.  Pretty much every domain is set up under their own customer although some customers do have multiple domains.  I figured the easiest way to change these fields would be to update the mysql database directly;

    UPDATE fwdzone SET
    ttl='86400',
    refresh='14400',
    retry='1800',
    expire='604800',
    minimum='86400',
    serialdate='20110927',
    serialnum='00';

    If I do this, how can I export every dns zone that I just changed without having to keep changing the customer dropdown box and export them all one customer at a time.

     
  • Nobody/Anonymous

    Any help on this one?

     

Log in to post a comment.