tinyproxy is a lightweight HTTP proxy. Designed from the ground up to be fast and yet small, it is an ideal solution for sites where a full-featured HTTP proxy is required, but the system resources required to run a more demanding HTTP proxy are unavailable.
tinyproxy is a lightweight HTTP proxy. Designed from the ground up to be fast and yet small, it is an ideal solution for sites where a full-featured HTTP proxy is required, but the system resources required to run a more demanding HTTP proxy are unavailable.
To install tinyproxy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tinyproxy
To see what files were installed by tinyproxy, run:
port contents tinyproxy
To later upgrade tinyproxy, run:
sudo port selfupdate && sudo port upgrade tinyproxy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.