Skip to content

Instantly share code, notes, and snippets.

@regme
Created December 14, 2017 14:14
Show Gist options
  • Save regme/e13c4d40c9b86797939236b05f978a2b to your computer and use it in GitHub Desktop.
Save regme/e13c4d40c9b86797939236b05f978a2b to your computer and use it in GitHub Desktop.
// npm install http-proxy --save
var http = require('http'), httpProxy = require('http-proxy');
httpProxy.createProxyServer({target:'http://192.168.11.25:8111'}).listen(8088);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment