iteration
This commit is contained in:
		@ -24,6 +24,7 @@ settings.define("lns_server.auth_server", {
 | 
				
			|||||||
    type = "string",
 | 
					    type = "string",
 | 
				
			||||||
    default = "auth.box"
 | 
					    default = "auth.box"
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					auth_server = settings.get("lns_server.auth_server")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
rednet.host("lns", settings.get("lns_server.rednet_hostname"))
 | 
					rednet.host("lns", settings.get("lns_server.rednet_hostname"))
 | 
				
			||||||
rednet.open(modem_location)
 | 
					rednet.open(modem_location)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user