Skip to content

Instantly share code, notes, and snippets.

@cmol
Created July 21, 2020 18:57
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 cmol/79088fdbce0d18355a860412e5a07dcc to your computer and use it in GitHub Desktop.
Save cmol/79088fdbce0d18355a860412e5a07dcc to your computer and use it in GitHub Desktop.
cmol@qui-gon:~$ nc -4 -u localhost 12345
Hello from IPv4!
[IPv4] Hello from IPv4!
cmol@qui-gon:~$ nc -6 -u localhost 12345
Hello from IPv6!
[IPv6] Hello from IPv6!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment