If you use Docker you can run the following command to start the server and configure your browser to use it as an HTTP proxy.
docker run -p 8080:8080 docker.io/hectorm/demergi:latestIf you use Docker you can run the following command to start the server and configure your browser to use it as an HTTP proxy.
docker run -p 8080:8080 docker.io/hectorm/demergi:latestBasically it is a proxy that alters HTTPS traffic to prevent DPI systems from detecting the domain during the TLS handshake. At least in Spain it works for me to bypass the blocking of the major ISPs [2].
It's just a proof of concept but some people are using it for CI as well [2].
[1] https://github.com/hectorm/docker-qemu-haiku
[2] https://github.com/HaikuArchives/ArtPaint/blob/7f5c49278545e...
https://status.docker.com/pages/incident/533c6539221ae15e3f0...
So yes, technically it's backdoored but only for yourself :)
I've done my best to confirm the legitimacy but if anyone has an original CD it would be awesome if they could confirm it.
https://github.com/hectorm/docker-qemu-win2000/blob/master/D...
Makes me think this is done as a POC, but definitely fork a local copy as you can just swap that line out with your local copy of a Win2k ISO
Regarding legality, I hope that Microsoft doesn't claim any rights, since the Windows 2000 image has been published in WinWorld for years without issues.
And I'm half-working on Rust bindings...