-
-
21 Apr 2016 09:50:02 UTC
- Development release
- Distribution: Net-RNDC
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers
- Kwalitee
Bus factor: 1- License: perl_5
- Activity
24 month- Tools
- Download (20.22KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
rndc.pl - Example rndc script for communicating with BIND.
SYNOPSIS
Usage:
./rndc.pl <key> <host> <command>
IE:
./rndc.pl aabc localhost status
DESCRIPTION
This example script shows usage of Net::RNDC. It requires the rndc key for communicating with BIND, the hostname of the BIND to communicate with, and the command in question.
On success it outputs the response from BIND, otherwise an error prefixed with "Error: ".
AUTHOR
Matthew Horsfall (alh) <WolfSage@gmail.com>
LICENSE
You may distribute this code under the same terms as Perl itself.
Module Install Instructions
To install Net::RNDC::Packet, copy and paste the appropriate command in to your terminal.
cpanm Net::RNDC::Packet
perl -MCPAN -e shell install Net::RNDC::Packet
For more information on module installation, please visit the detailed CPAN module installation guide.