Skip to content

Instantly share code, notes, and snippets.

@eam
Created January 26, 2023 18:14
Show Gist options
  • Save eam/4b32851f397c226310b15d84c7ff6fb4 to your computer and use it in GitHub Desktop.
Save eam/4b32851f397c226310b15d84c7ff6fb4 to your computer and use it in GitHub Desktop.
raven:/ $ uname -a
Linux localhost 5.10.107-android13-4-00038-ga6f610f1f1e6-ab9083768 #1 SMP PREEMPT Tue Sep 20 02:33:52 UTC 2022 aarch64 Toybox
raven:/ $ nc -l -p 8080
hello world
eam@sprat:~$ telnet 2605:ef80:8001:XXX 8080
Trying 2605:ef80:8001:XXX...
Connected to 2605:ef80:8001:XXX.
Escape character is '^]'.
hello world
^]
telnet> Connection closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment