Skip to content

Commit

Permalink
wget in alpine resolves localhost to [::1]:8000
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Jul 24, 2024
1 parent 0943ecc commit 2c1668d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/example
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo 1>&2 "netstat guest:"
echo 1>&2 "netstat host:"
netstat -l

HTTP=http://localhost:8000
HTTP=http://127.0.0.1:8000

echo 1>&2 "testing $HTTP"
INDEX="index.html"
Expand Down

0 comments on commit 2c1668d

Please sign in to comment.