0.0.4 • Published 8 years ago

yanproxy v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

description

It's so light and simple todo server proxy. Just need a proxyConfig.js file to set proxy.

installation

npm install yanproxy

usage

yproxy proxyConfig.js

proxyConfig.js demo:

module.exports = [
    {
        port:6000,
        targetUrl:'http://127.0.0.1:8080'
    },
    {
        port:6001,
        targetUrl:'http://192.168.1.2:8088'
    },
    {
        port:6003,
        targetUrl:'http://lonelyshadow.cn/'
    },

];

author

yanyan

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago