8 lines
594 B
Markdown
8 lines
594 B
Markdown
# Homelab-Route53-DNS
|
|
|
|
[](https://drone.lan/max/drone-test)
|
|
|
|
|
|
home.maxregan.me is a record that points to my home router for VPN access. Since IP is dynamic, this package builds a Docker image which automatically updates the DNS record stored in [AWS Route53](https://aws.amazon.com/route53/).
|
|
|
|
The built docker image executes a cronjob that queries http://checkip.amazonaws.com/ to discover its external IP, and then updates the record for home.maxregan.me accordingly. AWS credentials are passed as environment variables. |