mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
614 B
JSON
20 lines
614 B
JSON
{
|
|
"name": "Barracuda-Load-Balancer",
|
|
"author": "Aung Khant <http://yehg.net/>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Barracuda Load Balancer",
|
|
"website": "http://www.barracudanetworks.com/ns/products/balancer_overview.php",
|
|
"matches": [
|
|
{
|
|
"name": "BNI__BARRACUDA_LB_COOKIE cookie",
|
|
"text": "BNI__BARRACUDA_LB_COOKIE",
|
|
"search": "headers[set-cookie]"
|
|
},
|
|
{
|
|
"name": "BNI_BARRACUDA_LB_COOKIE cookie",
|
|
"text": "BNI_BARRACUDA_LB_COOKIE",
|
|
"search": "headers[set-cookie]"
|
|
}
|
|
]
|
|
}
|