📚 Update docs

This commit is contained in:
Aykhan Shahsuvarov 2024-12-18 23:38:52 +04:00
parent 6fceb0094b
commit 61b9ce943b
2 changed files with 7 additions and 7 deletions

View File

@ -59,13 +59,13 @@ You can find an example config structure in the [config.json](https://github.com
"method": "GET",
"url": "https://example.com",
"no_proxy_check": false,
"timeout": 2000,
"dodos_count": 10,
"request_count": 1000,
"timeout": 10000,
"dodos_count": 1,
"request_count": 1,
"params": {},
"headers": {},
"cookies": {},
"body": [""],
"body": [],
"proxies": [
{
"url": "http://example.com:8080",

View File

@ -3,12 +3,12 @@
"url": "https://example.com",
"no_proxy_check": false,
"timeout": 10000,
"dodos_count": 50,
"request_count": 1000,
"dodos_count": 1,
"request_count": 1,
"params": {},
"headers": {},
"cookies": {},
"body": [""],
"body": [],
"proxies": [
{
"url": "http://example.com:8080",