noophttp

Serve an empty response on HTTP, for example to block adds


License
CNRI-Python-GPL-Compatible
Install
pip install noophttp==1.0

Documentation

NoopHttp is a simple HTTP server that returns only empty strings.

This can be used together with an ad-blocking hostfile to replace ads with an empty string (instead of a browser error).

Usage:

noophttp -a ADDRESS -p PORT

By default it binds to 0.0.0.0:80.