Go HTTP proxy or goxy (cheesy) is a reverse proxy that receives a test file what will be interpreted a a blacklist, all the outgoing requests for any given host inside the blacklist will return 404.
This is particularly useful if you try to block ad providers or in a simple and quick way blacklist any distraction that the web can provide you.
Go language (1.4) is required
$> git clone https://github.com/marinhero/goxy
$> cd goxy
$> go install
$> goxy --list=blacklist.txt
- Full support over HTTP (POST, GET, PUT, etc)
- Cookies and Headers are preserved
- Productivity boost :)
- HTTPS Support
- Faster blacklisting
- Improve stability
- Serious testing
###Contact
Marin Alcaraz