rdmark/macproxy
http proxy that transcodes html to something readable by really old Macs and other retro computers
657
A simple HTTP proxy script for putting early computers on the Web. Despite its name, there is nothing Mac specific about this proxy. It was originally designed with compatibility with the MacWeb web browser in mind, but has been tested on a variety of vintage web browsers since.
To run the proxy server on the default port 5000, do:
docker run --rm -p 5000:5000 macproxy
Then configure your browser to use the address and port of Macproxy as http and https proxy.
See the README for more information about supported parameters.
docker pull rdmark/macproxy