Architeuthis/config.json
2019-05-30 10:03:33 -04:00

35 lines
682 B
JSON

{
"addr": "localhost:5050",
"timeout": "15s",
"wait": "4s",
"multiplier": 2.5,
"retries": 3,
"proxies": [
{
"name": "p0",
"url": ""
},
{
"name": "p1",
"url": ""
}
],
"hosts": [
{
"host": "*",
"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",
"X-Test": "default"
}
},
{
"host": "*.reddit.com",
"every": "2s"
}
]
}