mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
884 B
JSON
23 lines
884 B
JSON
{
|
|
"name": "lochDNS-MyDNS-Appliance",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "lochDNS MyDNS Appliance provides a web-based user interface for appliance administration.",
|
|
"website": "http://wiki.rpath.com/wiki/Appliance:LochDNS",
|
|
"matches": [
|
|
{
|
|
"text": "<li><a href=\"/mydnsconfig/index.htm\">Configure MyDNS</a>"
|
|
},
|
|
{
|
|
"text": "<body bgcolor=\"#FFFFFF\" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad=\"breakout()\">"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div id=\"appliance-name\">lochDNS MyDNS Appliance<\\/div>\\s+<div id=\"appliance-version\">\\s+Version ([^\\s^<]+)<\\/div>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div class=\"hidden\">\\s+(rPath Platform Agent [^\\s]+)\\s+<\\/div>)"
|
|
}
|
|
]
|
|
}
|