Hacker News new | ask | show | jobs
by CraneWorm 1603 days ago
neat! here's mine:

  while true; do curl -q --http0.9  http://susam.net:8000/; sleep $(( $RANDOM % 10 )); done
1 comments

> This site can’t be reached - REDACTED refused to connect.

Am disappointed and my day is ruined

In the written command you can see that nothing serves a HTTP server, so the peep works even though you dont get a response.
The error is that it doesn't connect, not that it doesn't serve an HTTP response.

But now it connects, correctly.