mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 09:19:04 +00:00
- It enables a VPN via n2n - Remote assistance will be automatically disabled after 1 day - Optionally it's possible to give admin access to the support
12 lines
294 B
Lua
12 lines
294 B
Lua
--
|
|
-- (C) 2013-18 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
|
|
local remote_assistance = require "remote_assistance"
|
|
|
|
-- ########################################################
|
|
|
|
remote_assistance.checkExpiration()
|