iteration
This commit is contained in:
parent
f0615dfdc2
commit
0f2a13c4e3
4
lns.lua
4
lns.lua
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user