Sign inSign up

nousefreak/go-ddns

By nousefreak

Updated over 6 years ago

Image
0

2.9K

nousefreak/go-ddns repository overview

go-ddns

go-ddns provides a way to update your DNS record.

How it works

If will resolve the public ip by trying to reach the internet. It will check if the dns record needs updating and update if needed.

timeout: 60
spec:
- type: aws-route53
  domain: office.example.com
  options:
    AWS_ACCESS_KEY_ID: xxxxxxxxxxxxxxxxxxxx
    AWS_SECRET_ACCESS_KEY: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    zoneId: xxxxxxxxxxxxx
go-ddns config.yml
docker run -d -v $(pwd)/config.yml:/config.yml nousefreak/go-ddns

Supported adapters

Currently only aws-route53 is supported.

Tag summary

Content type

Image

Digest

Size

7.9 MB

Last updated

over 7 years ago

docker pull nousefreak/go-ddns