Skip to content

markfeit/enom-dyndns-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eNOM Dynamic DNS Updater

This repository contains a script and crontab entry that can be used to maintain a dynamic DNS address in a zone served by eNOM's DNS hosting service.

The host running the script does not need to be connected directly to the Internet on a public-facing address; the ipify service is used to determine the outside address.

Prerequisites

This script was will run in any environment that can provide the following:

  • A POSIX-compliant Bourne shell
  • A POSIX-compliant implementation of logger
  • The cURL command-line interface

Note that the install target in the Makefile uses Linux-specific commands.

Installation

Edit the configuration items at the top of the Makefile to suit your installation. (The defaults are fine on most Linux systems.)

As root, execute make install.

Edit config to set up the zone, host and password.

As root execute make install a second time to make sure all ownership and permissions are correct.

About

Dynamic DNS Updater for eNOM DNS Hosting

Resources

License

Stars

Watchers

Forks

Packages

No packages published