s-proxy

0.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i s-proxy

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • zcong