🎉 intial commit
This commit is contained in:
commit
d448c37672
1 changed files with 21 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue