commit 0051bccb10180e02c45d6fc6e4809da934fbaaa5 Author: Maƫl Kervella Date: Sat Jun 23 15:59:58 2018 +0000 Initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..361b0a1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "re2oapi"] + path = re2oapi + url = https://gitlab.federez.net/re2o/re2oapi.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..33b3457 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## Re2o - DNS + +This service uses Re2o API to generate DNS zone files + + +## Requirements + +* python3 +* requirements in https://gitlab.federez.net/re2o/re2oapi diff --git a/re2oapi b/re2oapi new file mode 160000 index 0000000..5b4523c --- /dev/null +++ b/re2oapi @@ -0,0 +1 @@ +Subproject commit 5b4523c797bffb90c998d5b424548756baa0c1d2