6 lines
159 B
Lua
6 lines
159 B
Lua
local function check_target(t)
|
|
need_string_array_match(t, '^[%x:]+$', false)
|
|
end
|
|
|
|
need_table(in_domain({'check_connection', 'targets'}), check_target, false)
|