How to set up a proxy in 1 minute

There are many ways to do this – for example by reconfiguring your Apache installation. The fastest procedure, however, is to download DeleGate for your platform and create this batch file

rundelegate.cmd

1:
2:
4:
@echo off
dg9_2_5.exe -P80 SERVER=http -vd -f ADMIN=your@email.de AUTHORIZER="-list{anyuser:anypassword}"
pause