iteration

This commit is contained in:
Layla 2023-10-08 02:28:59 -04:00
parent 974c395331
commit 60afced577

View File

@ -24,6 +24,7 @@ settings.define("lns_server.auth_server", {
type = "string",
default = "auth.box"
})
auth_server = settings.get("lns_server.auth_server")
rednet.host("lns", settings.get("lns_server.rednet_hostname"))
rednet.open(modem_location)