a high performance Squid compatible URI redirector
Volta is a high performance, low resource URI rewriter for use with the Squid caching proxy server (or alternatively Polipo!) With it, you can dynamically alter URI requests on various criteria. It uses a finite state machine to parse URIs and rules, and a constant database for storage. It can perform conditional rewrites internally or by evaluating Lua scripts.
Volta is a high performance, low resource URI rewriter for use with the Squid caching proxy server (or alternatively Polipo!) With it, you can dynamically alter URI requests on various criteria. It uses a finite state machine to parse URIs and rules, and a constant database for storage. It can perform conditional rewrites internally or by evaluating Lua scripts.
To install volta, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install volta
To see what files were installed by volta, run:
port contents volta
To later upgrade volta, run:
sudo port selfupdate && sudo port upgrade volta
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.