From b10b99b097cbb82caf26737bc6d0fd0476ead6aa Mon Sep 17 00:00:00 2001 From: Maff Date: Fri, 7 Feb 2014 20:10:51 +0000 Subject: [PATCH] begun rewrite of cpanel-rdns-manager (see rdns-manager), using perl rather than bash. Using perl -should- make it easier to maintain and add features. --- rdns-manager | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rdns-manager diff --git a/rdns-manager b/rdns-manager new file mode 100644 index 0000000..a12ba5a --- /dev/null +++ b/rdns-manager @@ -0,0 +1,10 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +# License: 3-Clause BSD. Author: Matthew Connelly. +# This is a (formerly Bash, now Perl) script for managing in-addr.arpa and ip6.arpa zones. +# If you have any questions or issues, open an issue at https://bitbucket.org/MaffC/script-collection/issues or email me at matthew.connelly@simplexwebs.com + +