Created
December 14, 2017 14:14
-
-
Save regme/e13c4d40c9b86797939236b05f978a2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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