mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
590 B
JSON
19 lines
590 B
JSON
{
|
|
"name": "Viking",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Viking is an all-in-one server that provides everything from HTTP and FTP to Gopher, IRC, and NTP; with firewalling, proxying and more",
|
|
"website": "http://www.robtex.com/viking.html",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^Viking)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Viking\\/([^\\s]{1,15}))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|