1.2.3 • Published 4 years ago

trivialproxy v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

trivialproxy

A simple proxy server in nodejs

Usage:

npm i -g trivialproxy

# for http proxy server
tp -p 8080 -h localhost

# for https proxy server
tp -p 443 -h somehost.in -prot https --key-path key.pem --cert-path cert.pem

# for https proxy server and http request
tp -p 443 -h somehost.in -prot https --key-path key.pem --cert-path cert.pem --https-req
1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago