various fixes and lua logging

This commit is contained in:
bunkerity
2020-10-10 15:19:35 +02:00
parent fc3d911ff7
commit f27d80e0d5
11 changed files with 49 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ local use_whitelist_ip = %USE_WHITELIST_IP%
local use_whitelist_reverse = %USE_WHITELIST_REVERSE%
local use_blacklist_ip = %USE_BLACKLIST_IP%
local use_blacklist_reverse = %USE_BLACKLIST_REVERSE%
local use_dnsbl = %USE_DNS%
local use_dnsbl = %USE_DNSBL%
-- include LUA code
local whitelist = require "whitelist"