Skip to content

Instantly share code, notes, and snippets.

@dgershman
Created March 5, 2016 13:46
Show Gist options
  • Save dgershman/58a31799e775f5f5f832 to your computer and use it in GitHub Desktop.
Save dgershman/58a31799e775f5f5f832 to your computer and use it in GitHub Desktop.
var httpProxy = require('http-proxy');
var proxyServer = httpProxy.createProxyServer({target: 'http://jenkins1.cinch.lightcrest.com:7777'}).listen(7777)
console.log("proxy started...");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment