From 7142f328fa8d6c68406e7b016799d34aeddfa7e3 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Tue, 3 Aug 2021 20:17:33 -0600 Subject: [PATCH] Throw a not-empty README on this --- projects/public-dns/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/projects/public-dns/README.md b/projects/public-dns/README.md index e69de29..b321eb6 100644 --- a/projects/public-dns/README.md +++ b/projects/public-dns/README.md @@ -0,0 +1,10 @@ +# Public DNS automation + +A tool for wiring reading a public IPv4 address through to generating and publishing DNS records. +At present, this tool is wired up to leverage the Meraki API for read and the Gandi REST API as the write target. + +## LICENSE + +Copyright Reid 'arrdem' McKenzie August 2021. + +Published under the terms of the MIT license.