iteration

This commit is contained in:
Layla 2023-10-08 01:14:20 -04:00
parent f0615dfdc2
commit 0f2a13c4e3

View File

@ -4,10 +4,10 @@ cache = {}
allow_dynamic_lns_hosts = false allow_dynamic_lns_hosts = false
function lns_lookup(hostname) function lns_lookup(remote_hostname)
local data = { local data = {
["action"] = "lookup", ["action"] = "lookup",
["hostname"] = hostname ["hostname"] = remote_hostname
} }
local lns_server_id = 7 local lns_server_id = 7