Skip to content

Instantly share code, notes, and snippets.

@evanlucas
Last active August 29, 2015 14:21
Show Gist options
  • Save evanlucas/f4a1da547b30620dfa82 to your computer and use it in GitHub Desktop.
Save evanlucas/f4a1da547b30620dfa82 to your computer and use it in GitHub Desktop.
proxy unix socket
mv /tmp/ckproxy/{listener,listener_old} \
&& socat -t100 -x -v UNIX-LISTEN:/tmp/ckproxy/listener,mode=777,reuseaddr,fork UNIX-CONNECT:/tmp/ckproxy/listener_old
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment