0.0.4 • Published 7 years ago

s-proxy v0.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

proxy

https proxy for http server

Install

$ yarn global add s-proxy
# via npm
$ npm install -g s-proxy

Usage

# normal usage
$ s-proxy  http://zcong-hello.getsandbox.com
# custom port, sp is default alias
$ sp  http://zcong-hello.getsandbox.com -d 4000
# for local server
$ sp http://localhost:3000 -d 4000
# this can also work
$ sp 3000 -d 4000 
# show help
$ sp -h

License

MIT © zcong1993