Skip to content

Barebones Go program to issue DDNS updates to Amazon Route 53 service.

License

Notifications You must be signed in to change notification settings

chrispassas/route53ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Route53 DDNS

Very simple DDNS using AWS Route 53

#/bin/bash

# AWS_ACCESS_KEY_ID example (fake)
export AWS_ACCESS_KEY_ID=KkRbWpoyqLHo69dvoskn 

# AWS_SECRET_ACCESS_KEY example (fake)
export AWS_SECRET_ACCESS_KEY=VXFvVu0ckOYP22WYxAz9TyoNYC8Rx1WVLVFK3Fyc

# AWS_DEFAULT_REGION default region
export AWS_DEFAULT_REGION=us-west-2

go build

./route53ddns -name home.example.com -ttl 60 -hostedZoneID Z2DKEZEXAMPLE1


# crontab
This can be run other ways but crontab was the target.

About

Barebones Go program to issue DDNS updates to Amazon Route 53 service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published