mirror of
https://github.com/simon987/Architeuthis.git
synced 2025-04-10 13:36:41 +00:00
25 lines
330 B
JSON
25 lines
330 B
JSON
{
|
|
"addr": "localhost:5050",
|
|
"proxies": [
|
|
{
|
|
"name": "p0",
|
|
"url": ""
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"url": ""
|
|
}
|
|
],
|
|
"hosts": {
|
|
"*": {
|
|
"every": "10s",
|
|
"burst": 1,
|
|
"headers": {}
|
|
},
|
|
"reddit.com": {
|
|
"every": "100s",
|
|
"burst": 1,
|
|
"headers": {}
|
|
}
|
|
}
|
|
} |