Max Regan 9afb7e685f Fix issues with creating orphan processes
By using bash (which plays nicely by reparenting orphan processes)
2019-12-16 04:11:58 +00:00
2019-12-07 19:47:48 +00:00
2019-11-23 07:39:41 +00:00

Homelab-Route53-DNS

Build Status

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.

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.

Description
No description provided
Readme MIT 38 KiB
Languages
Shell 55%
Dockerfile 45%