Skip to content

Instantly share code, notes, and snippets.

@pwfcurry
Created September 15, 2017 14:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pwfcurry/2e363d8b3c64be823289a84e5cfe6489 to your computer and use it in GitHub Desktop.
socat via nc
nc -l -p 9000 -c "nc 127.0.0.1 10353"
// "forward" 10353 to 9000 so it can be accessed externally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment