Skip to content

Instantly share code, notes, and snippets.

@csobankesmarki
Created October 21, 2021 13:20
Show Gist options
  • Save csobankesmarki/841ba212f49ac8ad898f4f7c76206bea to your computer and use it in GitHub Desktop.
Save csobankesmarki/841ba212f49ac8ad898f4f7c76206bea to your computer and use it in GitHub Desktop.
use the socat utility to expose sockets manually over network ports
socat TCP-LISTEN:12345 UNIX-CONNECT:/var/lib/socket.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment