dynamicdns

dynamicdns is shell tool for control/operating ddclient.

Developed in bash code: 100%.

GitHub shell checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

Installation

Navigate to release page download and extract release archive.

To install dynamicdns type the following:

tar xvzf dynamicdns-x.y.tar.gz
cd dynamicdns-x.y
cp -R ~/sh_tool/bin/   /root/scripts/dynamicdns/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/dynamicdns/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/dynamicdns/ver.x.y/

Or You can use Docker to create image/container.

Dependencies

dynamicdns requires next modules and libraries:

Shell tool structure

dynamicdns is based on MOP.

Code structure:

sh_tool/
├── bin/
│   └── dynamicdns.sh
├── conf/
│   ├── dynamicdns.cfg
│   └── dynamicdns_util.cfg
└── log/
    └── dynamicdns.log

Indices and tables