Metadata-Version: 1.0
Name: noophttp
Version: 1.0
Summary: Serve an empty response on HTTP, for example to block adds
Home-page: https://github.com/grimborg/noophttp
Author: Òscar Vilaplana
Author-email: dev@oscarvilaplana.cat
License: http://www.gnu.org/licenses/gpl-2.0.html
Description: NoopHttp is a simple HTTP server that returns only empty strings.
        
        This can be used together with an `ad-blocking hostfile <http://someonewhocares.org/hosts/zero/>`_ 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.
        
Platform: UNKNOWN
