Balance is a simple but powerful generic TCP proxy with round-robin load balancing and failover mechanisms. Its behaviour can be controlled at runtime using a simple command line syntax.
Balance is a simple but powerful generic TCP proxy with round-robin load balancing and failover mechanisms. Its behaviour can be controlled at runtime using a simple command line syntax.
To install balance, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install balance
To see what files were installed by balance, run:
port contents balance
To later upgrade balance, run:
sudo port selfupdate && sudo port upgrade balance
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.