From 0f2a13c4e3f37f67fc8fccac8d879854ad60b946 Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sun, 8 Oct 2023 01:14:20 -0400 Subject: [PATCH] iteration --- lns.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lns.lua b/lns.lua index 5a40752..feba27b 100644 --- a/lns.lua +++ b/lns.lua @@ -4,10 +4,10 @@ cache = {} allow_dynamic_lns_hosts = false -function lns_lookup(hostname) +function lns_lookup(remote_hostname) local data = { ["action"] = "lookup", - ["hostname"] = hostname + ["hostname"] = remote_hostname } local lns_server_id = 7