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