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