Sign inSign up

mjmammoth/godaddy-dyndns

By mjmammoth

Updated over 5 years ago

Single domain, multiple subdomain dyndns updater for GoDaddy - written in python

Image
0

1.2K

mjmammoth/godaddy-dyndns repository overview

Quick and Dirty GoDaddy DynDNS Updater

Supports multiple subdomains of a single domain

All configuration is managed through environment variables

Environment VariableDescription
GODADDY_ KEYAPI key obtained through the GoDaddy Developer Page
GODADDY_SECRETGenerated alongside the key in the above step
DOMAINThe base domain you have control over
SUBDOMAINSEvery subdomain of the base domain separated by a semicolon ;

Docker-Compose Example

---
version: "2.1"
services:
  godaddy-dyndns:
    image: mjmammoth/godaddy-dyndns:latest
    container_name: godaddy-dns
    env_file:
      - .env
    restart: unless-stopped

Where .env file contains something like;

DOMAIN=example.com
SUBDOMAINS=foo;bar;baz
GODADDY_KEY=12345678_aBcDeFgHiJkLmNoP
GODADDY_SECRET=AbCdEf1234567

Tag summary

Content type

Image

Digest

Size

144.1 MB

Last updated

over 5 years ago

docker pull mjmammoth/godaddy-dyndns