anicholson / dyndns-ex

Barebones dynamic DNS hosted by AWS Route53, written in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dyndns

A barebones Dynamic DNS client that reports to AWS Route53, written in Elixir. Untested, works-for-me software.

Usage via Docker

To run this via Docker do the following:

$ docker build -it dyndns .
$ docker run --name dyndns -e HOSTNAME={your hostname} -e HOSTED_ZONE_ID={the hosted zone id from Route53} -e AWS_ACCESS_KEY_ID={your AWS key} -e AWS_SECRET_ACCESS_KEY={your AWS secret key}

About

Barebones dynamic DNS hosted by AWS Route53, written in Elixir

License:Other


Languages

Language:Elixir 97.9%Language:Dockerfile 2.1%