浏览代码

support for non-TLD domains

tags/1.8.0
Andrey Igoshin 5 年前
父节点
当前提交
a5c51c24d5
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/plugins/lua/whitelist.lua

+ 3
- 0
src/plugins/lua/whitelist.lua 查看文件

@@ -161,6 +161,9 @@ local function whitelist_cb(symbol, rule, task)

if tld then
found, mult = find_domain(tld)
if not found then
found, mult = find_domain(from[1]['domain'])
end
end
end
end

正在加载...
取消
保存