Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created September 14, 2021 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/4503f11e7698bec5840378bb913ffa93 to your computer and use it in GitHub Desktop.
Save rtrouton/4503f11e7698bec5840378bb913ffa93 to your computer and use it in GitHub Desktop.
Telnet test using curl for localhost on port 8080
username@computername ~ % curl -v telnet://localhost:8080
* Trying ::1...
* TCP_NODELAY set
* Connected to localhost (::1) port 8080 (#0)
^C
username@computername ~ %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment