iteration

This commit is contained in:
Layla 2023-10-08 01:41:16 -04:00
parent b576c57f18
commit 8a27a2ad06

View File

@ -53,7 +53,7 @@ if action == "lookup" then
local result = lns_lookup(hostname)
if result ~= nil then
io.write(id)
io.write(result)
cache[hostname] = result
end