18 lines
194 B
Markdown
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
|
|
```
|
|
|