Forked from
ffbs / ffbs-gluon
3740 commits behind the upstream repository.
-
Jan-Philipp Litza authoredJan-Philipp Litza authored
fastd 161 B
local ret = {
enabled = uci:get('fastd', 'mesh_vpn', 'enabled') ~= 0,
version = util.readline(io.popen('exec fastd -v')):match('^[^%s]+%s+(.+)'),
}
return ret