mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
869 B
JSON
20 lines
869 B
JSON
{
|
|
"name": "DeleGate",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.3",
|
|
"description": "DeleGate is a multi-purpose application level gateway, or a proxy server which runs on multiple platforms (Unix, Windows, MacOS X and OS/2). DeleGate mediates communication of various protocols (HTTP, FTP, NNTP, SMTP, POP, IMAP, LDAP, Telnet, SOCKS, DNS, etc.), applying cache and conversion for mediated data, controlling access from clients and routing toward servers.",
|
|
"website": "http://www.delegate.org/delegate/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^DeleGate\\/([^\\s]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[delegate-ver]",
|
|
"regexp": "(?-mix:^([^\\s]+) \\(delay=)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|