fixes and start implemeting doq

This commit is contained in:
Robert Walter
2024-03-19 17:29:45 +01:00
parent 35ed90d23b
commit 7c32bed902
3 changed files with 25 additions and 4 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
## How to build
```
python -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements
pyinstaller --onefile check_dns_advanced.py --collect-all importlib --collect-all h2 --collect-all httpx --collect-all httpcore
```