proxy-your-https-macos
v1.3.4
Published
A script that creates https proxy on MacOS and Linux
Downloads
57
Readme
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.