mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 22:50:58 +00:00
Fixed ruantiblock-mod-lua
This commit is contained in:
@@ -182,9 +182,9 @@ local iconv = prequire("iconv")
|
|||||||
|
|
||||||
local si, it
|
local si, it
|
||||||
if prequire("bit") then
|
if prequire("bit") then
|
||||||
it = require("iptool")
|
it = prequire("iptool")
|
||||||
if it then
|
if it then
|
||||||
si = require("ruab_sum_ip")
|
si = prequire("ruab_sum_ip")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if not si then
|
if not si then
|
||||||
|
|||||||
Reference in New Issue
Block a user