From 3f818e8ccbf88d164c0cb9d754f0d587fd271f78 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 12 Nov 2023 17:51:14 +0100 Subject: [PATCH] Improve README formatting Signed-off-by: Georg Pfuetzenreuter --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dce14e2..1810aae 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ +# pdns-genrev + Tool to generate PTR records in reverse zones based off A/AAAA records in forward zones. +## Configuration + Requires the following environment variables to be set: `GENREV_KEY` - the API key defined in the PowerDNS configuration + `GENREV_URL` - URL to the PowerDNS webserver, without a path (for example `http://[::1]:8081`) + `GENREV_ZONES` - comma separated list of forward zones to scan