Usando localhost por default.
This commit is contained in:
parent
7b99195649
commit
5b911918e3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue