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:
emanuele-f 2018-11-28 17:56:45 +01:00
parent d1f353a4c5
commit de5a58ecf3
9 changed files with 184 additions and 44 deletions

View file

@ -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,