go-ddns provides a way to update your DNS record.
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
Currently only aws-route53 is supported.
Content type
Image
Digest
Size
7.9 MB
Last updated
over 7 years ago
docker pull nousefreak/go-ddns