From d448c37672a337da00804518719c99217276066d Mon Sep 17 00:00:00 2001 From: otthorn Date: Sun, 4 Apr 2021 13:09:57 +0200 Subject: [PATCH] :tada: intial commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..837fd77 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Re2o-ns + +A simple DNS wrapper, reading from the non-standard re2o API and converting it +to the popular dnspython format to be easily outputed to a zone format in plain +text or otherwise manipulated. + +## How to install + +Git pull + +``` +git clone https://gitea.auro.re/aurore/re2o-ns.git --recursive +``` + +then install the dependencies + +``` +pip install -r requirements.txt +``` + +