1.0.2 • Published 8 years ago

prp v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

prp

password reverse proxy with self-generating TLS

Useful to put a basic auth in front of a website, e.g. for the RethinkDB admin interface.

Install

npm i -g prp

Usage

prp -c config.json

Config

{
    "username": "test",
    "password": "test",
    "port": 7000,
    "target": "http://www.yahoo.com"
}
1.0.2

8 years ago

1.0.1

8 years ago