A super blocklist made from the most popular ones on the web!
###Note: When using the BitTorrent protocol using blocklists does nothing! If you are a part of the swarm of ip's yours can be logged, neither this nor any other IP block software can protect you from that. Read more here.
##How to: (Python Version)
- Download latest release
- Run
python UltimateBlockList.py
- Wait and your blocklist will be available in
blocklist.txt
when the script exits
##How to use: (Shell-Script Verison)
- Generate a local brand-new list
- Run using
./UpdateList.sh
- Move the
lists.txt
file to the/blocklists/
directory - Note: You can find your
/blocklists/
directory here - Your blocklist will be loaded the next time you start Transmission
- Run using
- Use a pre-generated list
- The list is hosted and available at the url
http://download1979.mediafire.com/ocqugqyet8kg/ep841wv4aef2zwd/list.txt
- Updated 3/16/2014
- The list is hosted and available at the url
- Setup on a webserver
- Upload the folder content (or clone this repo) to your webserver
- Make sure the permission are right (755) for the scripts
- Add to your crontab Daily: 00 00 * * * ./UpdateList.sh (or ./UpdateListOSX.sh if on a OSX machine)
- Make your Torrent app point to your webserver like so: http://myserver.com/list.txt to download the newly generated list
Special thanks to alphapapa for the idea behind the design of the new script.