iteration
This commit is contained in:
		
							
								
								
									
										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
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user