Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 930 Bytes

File metadata and controls

32 lines (19 loc) · 930 Bytes

Proxy Your HTTPS on MacOS

proxy-your-https-macos simplifies the process of creating an HTTPS proxy on macOS. Intended for local development only.

Installation

To install Proxy Your HTTPS macOS, run the following command in your terminal:

npm i proxy-your-https-macos

Usage

After installation, you can start using the package by running the following command:

npx proxy-your-https-macos

The command takes two required arguments: the source and target addresses.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Proxy Your HTTPS macOS uses the local-ssl-proxy library Special thanks to Cameron Hunter for his contribution.

NPM LINK

Here's a link to check this out on NPM.