Skip to content
Snippets Groups Projects
Forked from ffbs / ffbs-gluon
3740 commits behind the upstream repository.
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