daemon: added config syntax sugar for ‘modules’
example: modules.hints = ‘{“input”:”/etc/hosts”}’ .. is equal to .. modules.load(‘hints’) hints.config(‘{“input”:”/etc/hosts”}’)
daemon/lua/config.lua
0 → 100644
Please register or sign in to comment