Update README since this is no longer a "test" repo

This commit is contained in:
2019-12-16 04:08:18 +00:00
parent 10a8052237
commit fd879c12e2

View File

@@ -1,7 +1,8 @@
# drone-test
# Homelab-Route53-DNS
[![Build Status](https://drone.lan/api/badges/max/drone-test/status.svg)](https://drone.lan/max/drone-test)
I made some changes!
I resolved an issue.
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.