Pārlūkot izejas kodu

support for non-TLD domains

tags/1.8.0
Andrey Igoshin pirms 5 gadiem
vecāks
revīzija
a5c51c24d5
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3
    0
      src/plugins/lua/whitelist.lua

+ 3
- 0
src/plugins/lua/whitelist.lua Parādīt failu

@@ -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

Notiek ielāde…
Atcelt
Saglabāt