Files
dnsverify/README.md
2021-08-30 03:12:48 +02:00

18 lines
194 B
Markdown

# dnsverify.py
A script to search for config errors in the puzzle domain name system.
## usage
```bash
$ pipenv shell
$ python dnsverify.py [-v]
```
## tests
```bash
$ ./run_tests.sh
```