Skip to content

Instantly share code, notes, and snippets.

@jbfink
Created June 19, 2015 19:28
Show Gist options
  • Save jbfink/9c2c2732b283c1c85749 to your computer and use it in GitHub Desktop.
Save jbfink/9c2c2732b283c1c85749 to your computer and use it in GitHub Desktop.
var tcpProxy = require('tcp-proxy');
var server = tcpProxy.createServer({
target: {
host: 'ssl1',
port: 636
}
});
server.listen(6367);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment