1.2.3 • Published 3 years ago

trivialproxy v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago