Skip to content

chmarti1/nomad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOMAD

is a really simple dynamic IP client for the ZoneEdit DDNS service.

Installation

$sudo apt-get install python python-requests
$git clone http://github.com/nomad.git
$cd nomad

Open the nomad-config.py file, and edit it to suit. The installation script will detect your settings and honor them as best it can. It will print a summary of every file it moves onto your system in case you want to undo anything.

$sudo ./nomad-setup.py

By default, this will install

  • The nomad executable in the /bin directory
  • The nomad.conf file in the /etc directory
  • A nomad directory in /var/cache
  • A wrapper shell script in /etc/cron.hourly

Configuration

The nomad-config.py file has detailed comments describing its configuration. Alternately, you can always execute

$nomad --help

for a detailed description of the configuration options.

After installation, the configuration file is located at /etc/nomad.conf by default. It will be read in each time nomad executes.

About

Tiny dynamic DNS client for the ZoneEdit DDNS service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages