🎉first commit

This commit is contained in:
2024-05-25 20:26:20 +04:00
commit 7a2558b25a
15 changed files with 1183 additions and 0 deletions

21
config.json Normal file
View File

@ -0,0 +1,21 @@
{
"method": "GET",
"url": "https://example.com",
"timeout": 10000,
"dodos_count": 1,
"request_count": 1000,
"params": {},
"headers": {},
"cookies": {},
"body": "",
"proxies": [
{
"url": "http://example:8080",
"username": "username",
"password": "password"
},
{
"url": "http://example.com:8080"
}
]
}