Dynamic DNS record updater for DNSimple
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
Dockerfile
Gopkg.lock
Gopkg.toml
LICENSE
README.md
data.yml
main.go
updater

README.md

Dyndgo

Go Report Card

Dyndgo is a tiny tool to update your A records on DNSimple

Install dyndgo in your system

go get github.com/ulm0/dyndgo

Use it

All you need to do is write your token and domains to data.yml, and execute the tool

credentials:
  token: token
zones:
  # Domain must be A records only
  domain.com:
    - subdomain1
    - subdomain2

Use it with crontab

Run it every eight hours using updater script

0 */8 * * * /path/to/updater