From fd879c12e2418a831c904e88be491fa3d604ea0e Mon Sep 17 00:00:00 2001 From: Max Regan Date: Mon, 16 Dec 2019 04:08:18 +0000 Subject: [PATCH] Update README since this is no longer a "test" repo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77a8d70..9eb90e2 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file