@ffflorian/https-proxy
TypeScript icon, indicating that this package has built-in type declarations

1.10.2 • Public • Published

https-proxy License: GPL v3 npm version

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

Prerequisites

Installation

ℹ️ This is a hybrid CommonJS / 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

Readme

Keywords

Package Sidebar

Install

npm i @ffflorian/https-proxy

Weekly Downloads

105

Version

1.10.2

License

GPL-3.0

Unpacked Size

53 kB

Total Files

17

Last publish

Collaborators

  • ffflorian