mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 04:28:20 +01:00
Usando localhost por default.
This commit is contained in:
parent
7b99195649
commit
5b911918e3
@ -14,7 +14,7 @@ function readfile(file)
|
||||
return a
|
||||
end
|
||||
|
||||
host = host or "goya"
|
||||
host = host or "localhost"
|
||||
print("downloading")
|
||||
err = tftp_get(host, 69, "index.html", "index.got")
|
||||
assert(not err, err)
|
||||
|
Loading…
Reference in New Issue
Block a user