proxyguy helps you manage and switch between different network proxy environments and configurations (or none at all) in your linux computer
- Free software: MIT license
- Documentation: https://proxyguy.readthedocs.io.
Download/Clone this project to your local system. In the proxyguy directory, run
pip install .
NOTE: requires that pip has already been installed you the system.
To view available commands, simply run:
proxyguy
Use the following to create a new proxy configuration:
proxyguy new
then fill in required fields.
To activate, run:
proxyguy activate <profile_name>
where <profile_name> is the name of a created configuration profile
- Create and activate different proxy configuration environments
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.