Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rivy/update-dnsomatic
Automatically exported from code.google.com/p/update-dnsomatic
https://github.com/rivy/update-dnsomatic
Last synced: 28 days ago
JSON representation
Automatically exported from code.google.com/p/update-dnsomatic
- Host: GitHub
- URL: https://github.com/rivy/update-dnsomatic
- Owner: rivy
- Created: 2015-10-12T22:05:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T22:07:51.000Z (about 9 years ago)
- Last Synced: 2024-10-14T21:05:26.239Z (2 months ago)
- Language: Perl
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
#######################################################################
# update-dnsomatic
#
# Perl script which updates DNS-O-Matic with your current IP address.
# Inspired from original code posted on the OpenDNS forum here...
#
#
# ... and hacked about by prawn: sean dot prawn at gmail dot com
# to specifically work with DNS-0-Matic.
#
# Overview: Program visits http://myip.dnsomatic.com/ to get your IP
# address. If it has changed, it will perfom a web update
# on the DNS-O-Matic site and store your new IP address in
# /etc/update-dnsomatic/myip. Results are logged in
# the syslog.
#
# Installing: Edit the file config with at least your DNS-O-Matic
# user id and password. You may want to assign myhost
# with your domain name if you only wish to update that
# item.
#
# As root or sudo:
#
# ./install.sh
#
# Perl Modules:
# You may need to install Crypt::SSLeay in order for the https access
# to work. Debian based uses can install the module by:
#
# apt-get install libcrypt-ssleay-perl
#
# Other distibutions should read the documentation here:
#
#
#
#
# prawn 26th November, 2008
#######################################################################