From 563af80ad9bd24e494f45362ba57c4879d510229 Mon Sep 17 00:00:00 2001 From: tbrehm Date: Tue, 12 Jan 2010 16:45:18 +0000 Subject: [PATCH] Added some documentatiom and a mydns to powerdns migration helper script. --- docs/INSTALL_POWERDNS_DEBIAN_5.txt | 7 ++ .../mydns_to_powerdns_migration.php | 70 +++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 docs/INSTALL_POWERDNS_DEBIAN_5.txt create mode 100644 helper_scripts/mydns_to_powerdns_migration.php diff --git a/docs/INSTALL_POWERDNS_DEBIAN_5.txt b/docs/INSTALL_POWERDNS_DEBIAN_5.txt new file mode 100644 index 0000000000..e3bebddeac --- /dev/null +++ b/docs/INSTALL_POWERDNS_DEBIAN_5.txt @@ -0,0 +1,7 @@ + +# Installing PowerDNS on Debian Linux +---------------------------------------------------------------------------- + +apt-get install pdns-server pdns-backend-mysql + + diff --git a/helper_scripts/mydns_to_powerdns_migration.php b/helper_scripts/mydns_to_powerdns_migration.php new file mode 100644 index 0000000000..9c6526b972 --- /dev/null +++ b/helper_scripts/mydns_to_powerdns_migration.php @@ -0,0 +1,70 @@ + \ No newline at end of file -- GitLab