mirror of
https://github.com/simon987/Architeuthis.git
synced 2025-04-15 22:56:41 +00:00
35 lines
669 B
JSON
35 lines
669 B
JSON
{
|
|
"addr": "localhost:5050",
|
|
"timeout": "15s",
|
|
"wait": "4s",
|
|
"multiplier": 2.5,
|
|
"retries": 3,
|
|
"proxies": [
|
|
{
|
|
"name": "p0",
|
|
"url": ""
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"url": ""
|
|
}
|
|
],
|
|
"hosts": {
|
|
"*": {
|
|
"every": "500s",
|
|
"burst": 25,
|
|
"headers": {
|
|
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
|
|
"Cache-Control": "max-age=0",
|
|
"Connection": "keep-alive",
|
|
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0"
|
|
}
|
|
},
|
|
"reddit.com": {
|
|
"every": "2s",
|
|
"burst": 2,
|
|
"headers": {
|
|
}
|
|
}
|
|
}
|
|
} |