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.

This commit is contained in:
Maff 2014-02-07 20:10:51 +00:00
parent d6ef2326a2
commit b10b99b097
1 changed files with 10 additions and 0 deletions

10
rdns-manager Normal file
View File

@ -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