mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
679 B
JSON
19 lines
679 B
JSON
{
|
|
"name": "Zeus-Web-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Zeus Web Server is the most scalable, high-performance web server software available, underpinning business-critical solutions for the world's leading web hosting, content provider and secure e-commerce companies.",
|
|
"website": "http://www.zeus.com/products/web-server/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Zeus$)"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Zeus\\/(([\\d]+)(\\.|_)([\\d]+))$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|