reverie89/dyndns

By reverie89

Updated over 8 years ago

Cronjob that runs every 30 minutes to update IP to Dynamic DNS service providers

Image
0

150

reverie89/dyndns repository overview

Overview

Just a little project for my Odroid C2

Features

Usage

docker run -d \
  --name dyndns \
  --restart=unless-stopped \
  -v /opt/docker/dyndns:/dyndns \
  reverie89/dyndns:arm64

    Then, create a file called providers.txt

Inside this file, enter URLs e.g.

 

The script will first check against http://freedns.afraid.org/dynamic/check.php if it matches what we already have. If this changes or oldIP file is not found, then update will be pushed

Tag summary

Content type

Image

Digest

Size

2.1 MB

Last updated

over 8 years ago

docker pull reverie89/dyndns:arm64