@magnus/dev-proxy

2.1.6 • Public • Published

@magnus/dev-proxy

This is sadly just a forked module of dev-proxy. It fixes the install on windows on parent proxy.

Simple SSL HTTP proxy using a self-signed certificate. Intended for local development only. Based off of local-ssl-proxy.

Usage: dev-proxy [options]

Options:

  -h, --help                            output usage information
  -V, --version                         output the version number
  -p --proxy <source port:target port>  ports to proxy
  -k --key [keyPath]                    optional path to key file
  -c --cert [certPath]                  optional path to cert file
  -h --host [hostname]                  optional hostname

Install

npm install -g @magnus/dev-proxy
# will automatically generate a self-signed cert/key

Run

To start a proxying from port 9000 to 9001 run:

dev-proxy --proxy 9000:9001

Start your web server on the source port (9000 in the example) and navigate to https://localhost:<target-port> (https://localhost:9001 in the example). You'll get a warning because the certificate is self-signed, this is safe to ignore during development.

To create multiple proxies run:

dev-proxy --proxy 8080:8443 --proxy 9080:9443

Package Sidebar

Install

npm i @magnus/dev-proxy

Weekly Downloads

1

Version

2.1.6

License

MIT

Unpacked Size

5.98 kB

Total Files

5

Last publish

Collaborators

  • magnus