mirror of
https://github.com/simon987/Architeuthis.git
synced 2025-04-18 07:16:42 +00:00
91 lines
1.7 KiB
JSON
91 lines
1.7 KiB
JSON
{
|
|
"addr": "localhost:5050",
|
|
"timeout": "15s",
|
|
"wait": "4s",
|
|
"multiplier": 2.5,
|
|
"retries": 3,
|
|
"retries_hard": 6,
|
|
"routing": true,
|
|
"proxies": [
|
|
{
|
|
"name": "p0",
|
|
"url": ""
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"url": ""
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"url": ""
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"url": ""
|
|
}
|
|
],
|
|
"hosts": [
|
|
{
|
|
"host": "*",
|
|
"every": "125ms",
|
|
"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": ".i.imgur.com",
|
|
"every": "100ms",
|
|
"burst": 1,
|
|
"headers": {
|
|
"User-Agent": "curl/7.65.1"
|
|
}
|
|
},
|
|
{
|
|
"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": ".ve.media.tumblr.com",
|
|
"every": "200ms",
|
|
"burst": 30,
|
|
"rules": [
|
|
{"condition": "status=403", "action": "dont_retry"}
|
|
]
|
|
},
|
|
{
|
|
"host": ".s3.amazonaws.com",
|
|
"every": "10s",
|
|
"burst": 1,
|
|
"rules": [
|
|
{"condition": "status=403", "action": "dont_retry"}
|
|
]
|
|
}
|
|
]
|
|
} |