mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
503 B
JSON
18 lines
503 B
JSON
{
|
|
"name": "CoyotePoint-Load-Balancer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "CoyotePoint load balancing device",
|
|
"website": "http://www.coyotepoint.com/products/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^CoyotePoint)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^CoyotePoint (L[\\d]) Load Balancer$)"
|
|
}
|
|
]
|
|
}
|