Sign inSign up

kevineye/ddclient

By kevineye

Updated over 10 years ago

ddclient is a tool to update dynamic DNS providers

Image
0

1.6K

kevineye/ddclient repository overview

DDclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.

Setup

You need to figure out a ddclient.conf file.

Run

docker run -d \
    -v /path/to/your/ddclient.conf:/etc/ddclient/ddclient.conf
    kevineye/ddclient

If needed, add some diagnostic options:

docker run -d \
    -v /path/to/your/ddclient.conf:/etc/ddclient/ddclient.conf
    kevineye/ddclient
    ddclient -daemon 0 -debug -verbose -noquiet

Tag summary

Content type

Image

Digest

Size

14.1 MB

Last updated

over 10 years ago

docker pull kevineye/ddclient