From 8a27a2ad062a3f3c0bc8666547ac7e480aea1967 Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sun, 8 Oct 2023 01:41:16 -0400 Subject: [PATCH] iteration --- lns.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lns.lua b/lns.lua index b8e8a00..9c5cc29 100644 --- a/lns.lua +++ b/lns.lua @@ -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