ddns-scavenger

NAME

ddns-scavenger - Scavenging reverse records using Dynamic DNS


USAGE

ddns-scavenger <subnets>


REQUIRED ARGUMENTS

The script needs to know which networks to scavenge. To maintain a generic approach, each argument is passed to Net::IP and expanded, so the following are all possible:

  1. 0.2.1

    A Single IP address.

  2. 0.2.0/24

    A Classless Prefix (a /24 prefix is equivalent to a C class).

  3. 0.2.42-192.0.2.77

    A range of addresses

See http://search.cpan.org/perldoc for more details.


OPTIONS

--man

Print the manual page and exit.

--help

Print a brief help message and exit.

--progress

Show the progress bar, courtesy of Term::ProgressBar.


DESCRIPTION

This program ...


DIAGNOSTICS

...


EXIT STATUS

If this program exits with a zero exit status and the correct output is on standard output. Nothing else is ever printed to standard output.

This program will exit with a non-zero exit status if there was a fatal error. Both fatal and non-fatal errors will cause output on standard error.


CONFIGURATION

...


DEPENDENCIES

...


INCOMPATIBILITIES

...


BUGS AND LIMITATIONS

...


AUTHOR

Mark Suter <suter@zwitterion.org>


LICENSE AND COPYRIGHT

Copyright (C) 2010 Mark Suter <suter@zwitterion.org>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

-->