mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
21 lines
687 B
JSON
21 lines
687 B
JSON
{
|
|
"name": "HyNetOS-httpd",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "HyNetOS is a network operating system specifically designed for embedded systems, where computing and memory resources are limited.",
|
|
"website": "http://www.msc-ge.com/en/produkte/elekom/mc/hyperstone/sw_hynetos.html",
|
|
"matches": [
|
|
{
|
|
"os": "HyNetOS",
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^HyNetOS\\/([^\\s]+)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"os": "HyNetOS",
|
|
"regexp": "(?-mix:^HyNetOS)",
|
|
"search": "headers[server]"
|
|
}
|
|
]
|
|
}
|