# FightForNetNeutrality **Repository Path**: mirrors_gawel/FightForNetNeutrality ## Basic Information - **Project Name**: FightForNetNeutrality - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Usage ===== Add FightForNetNeutrality to your python path using ``easy_install``:: $ easy_install FightForNetNeutrality Then wrap your wsgi application with the fightfornetneutrality.NetNeutrality middleware:: from fightfornetneutrality import NetNeutrality application = NetNeutrality(application) You can also define your own IP range:: application = NetNeutrality(application, ips_banned={"62.160.71.0":24}) That's it.