The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

easydns-by-interface - Update EasyDNS when an interface changes IP

SYNOPSIS

easydns-simple <username> <password> <interface> <hostname>

DESCRIPTION

This script is designed to be run out of crontab. It will check against a cache file and if the interface IP has changed, it will update your dynamic EasyDNS entry.

OPTIONS

    username - Your EasyDNS username

    password - The corresponding password

    interface - The name of the interface to watch (e.g. ppp0)

    hostname - The name of the host record to be updated

AUTHOR

This script is Copyright (c) 2002 Gavin Brock gbrock@cpan.org. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.