mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Thu Dec 19 19:34:34 CET 2024
This commit is contained in:
@@ -848,7 +848,7 @@ function gen_config(var)
|
||||
return "blackhole", nil
|
||||
elseif _node_id == "_default" then
|
||||
return "default", nil
|
||||
elseif _node_id:find("Socks_") then
|
||||
elseif _node_id and _node_id:find("Socks_") then
|
||||
local socks_id = _node_id:sub(1 + #"Socks_")
|
||||
local socks_node = uci:get_all(appname, socks_id) or nil
|
||||
local socks_tag
|
||||
|
||||
Reference in New Issue
Block a user