mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-20 11:11:26 +00:00
📚 Update docs
This commit is contained in:
parent
6fceb0094b
commit
61b9ce943b
@ -59,13 +59,13 @@ You can find an example config structure in the [config.json](https://github.com
|
|||||||
"method": "GET",
|
"method": "GET",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"no_proxy_check": false,
|
"no_proxy_check": false,
|
||||||
"timeout": 2000,
|
"timeout": 10000,
|
||||||
"dodos_count": 10,
|
"dodos_count": 1,
|
||||||
"request_count": 1000,
|
"request_count": 1,
|
||||||
"params": {},
|
"params": {},
|
||||||
"headers": {},
|
"headers": {},
|
||||||
"cookies": {},
|
"cookies": {},
|
||||||
"body": [""],
|
"body": [],
|
||||||
"proxies": [
|
"proxies": [
|
||||||
{
|
{
|
||||||
"url": "http://example.com:8080",
|
"url": "http://example.com:8080",
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"no_proxy_check": false,
|
"no_proxy_check": false,
|
||||||
"timeout": 10000,
|
"timeout": 10000,
|
||||||
"dodos_count": 50,
|
"dodos_count": 1,
|
||||||
"request_count": 1000,
|
"request_count": 1,
|
||||||
"params": {},
|
"params": {},
|
||||||
"headers": {},
|
"headers": {},
|
||||||
"cookies": {},
|
"cookies": {},
|
||||||
"body": [""],
|
"body": [],
|
||||||
"proxies": [
|
"proxies": [
|
||||||
{
|
{
|
||||||
"url": "http://example.com:8080",
|
"url": "http://example.com:8080",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user