mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
500 B
JSON
18 lines
500 B
JSON
{
|
|
"name": "Vigor-Router",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Vigor router",
|
|
"website": "http://www.draytek.com/user/PdInfoDetail.php?Id=20",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^(VigorAccess) Web Server$)"
|
|
},
|
|
{
|
|
"search": "headers[www-authenticate]",
|
|
"regexp": "(?-mix:^Basic realm=\"(Login to )?Vigor ([\\d]+)\"$)"
|
|
}
|
|
]
|
|
}
|