mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Remote assistance improvements
- Add status page with service log - Use a different service name to avoid conflicts with other n2n instances - Split key into community and key, alphanumeric - Add connection script download
This commit is contained in:
parent
d1f353a4c5
commit
de5a58ecf3
9 changed files with 184 additions and 44 deletions
|
|
@ -1314,6 +1314,7 @@ local known_parameters = {
|
|||
["extract_now"] = validateBool,
|
||||
["custom_hosts"] = validateListOfTypeInline(validateSingleWord),
|
||||
["assistance_key"] = validateUnquoted,
|
||||
["assistance_community"] = validateUnquoted,
|
||||
["allow_admin_access"] = validateBool,
|
||||
["accept_tos"] = validateBool,
|
||||
["no_timeout"] = validateBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue