Architeuthis/config.json
2019-06-04 22:02:50 -04:00

62 lines
1.2 KiB
JSON

{
"addr": "localhost:5050",
"timeout": "15s",
"wait": "4s",
"multiplier": 2.5,
"retries": 3,
"retries_hard": 6,
"proxies": [
{
"name": "p0",
"url": ""
}
],
"hosts": [
{
"host": "*",
"every": "500ms",
"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"
},
"rules": [
{"condition": "response_time>10s", "action": "dont_retry"}
]
},
{
"host": "*.reddit.com",
"every": "2s",
"burst": 1
},
{
"host": ".twitter.com",
"every": "24s",
"burst": 20
},
{
"host": ".pbs.twimg.com",
"every": "125ms"
},
{
"host": ".www.instagram.com",
"every": "4500ms",
"burst": 3
},
{
"host": ".deviantart.com",
"every": "2s",
"burst": 3
},
{
"host": ".s3.amazonaws.com",
"every": "10s",
"burst": 1,
"rules": [
{"condition": "status=403", "action": "dont_retry"}
]
}
]
}