mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
589 B
JSON
19 lines
589 B
JSON
{
|
|
"name": "Parallel-Crystal-Load-Balancer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Parallel Crystal load balancing server",
|
|
"website": "http://www.dynalivery.com/products/parallelcrystal/parallelcrystal2_x.html",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^Crystal2 BalancerServer)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Crystal2 BalancerServer ([\\d\\.]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|