Skip to content

PHP Script to generate cli53 commands from PowerDNS MySQL database

License

Notifications You must be signed in to change notification settings

mrunkel/pdns2route53

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

pdns2route53

PHP Script to generate cli53 commands from a PowerDNS MySQL database

I used this script to upload some PowerDNS MySQL DNS zones to Amazon's Route53 service.

This script does not actually load anything into Amazon.

It only generates the required cli53 commands to load the DNS zone.

cli53 must be already installed

Instructions:

  • Clone Repo
    • git clone git@github.com:mrunkel/pdns2route53.git
  • Change directories
    • cd pdns2route53
  • Make the PHP script executable
    • chmod a+x pdns2route53
  • Run the script for zone.com and pipe it to bash
    • ./pdns2route53 -z zone.com | bash

About

PHP Script to generate cli53 commands from PowerDNS MySQL database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages