Go to file
2021-04-14 15:34:06 +02:00
re2oapi@729cfcb7ac Add re2o API submodule 2021-04-04 13:12:19 +02:00
.gitignore 🙈 add gitignore 2021-04-05 00:34:23 +02:00
.gitmodules Add re2o API submodule 2021-04-04 13:12:19 +02:00
config.ini.example 🎉 initial commit 2021-04-04 13:13:30 +02:00
lib.py new add_to_zone function which is more dnspythonic, add DNAME records 2021-04-14 15:34:06 +02:00
main.py Add TXT to imports 2021-04-05 18:34:38 +02:00
README.md 🎉 intial commit 2021-04-04 13:09:57 +02:00

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