Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.12 KB

File metadata and controls

31 lines (21 loc) · 1.12 KB

https-proxy License: GPL v3 npm version

A simple HTTPS proxy for Node.js with authentication support.

Prerequisites

Installation

ℹ️ This is a pure ESM module.

Run yarn global add @ffflorian/https-proxy or npm install -g @ffflorian/https-proxy.

Usage

Usage: https-proxy [options]

A simple HTTPS proxy for Node.js with authentication support.
If password and username are not set, no authentication will be required.

Options:
  -p, --password <password>  set the password
  -P, --port <port>          set the port (default: 8080)
  -t, --target <url>         set the target URL to forward users to
  -u, --username <username>  set the username
  -v, --version              output the version number
  -h, --help                 output usage information