A super blocklist made from the most popular ones on the web!
A super blocklist made from the most popular ones on the web!
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.
docker build -t ubl . docker run -it --name ubl ubl docker cp ubl:/usr/src/app/blocklist.txt .
or
make docker
Python 2.7.8
virtualenv --no-site-packages env
source env/bin/activate
pip install -r requirements.txt
python UltimateBlockList.py
blocklist.txtwhen the script exits
./UpdateList.sh
-c path_to_transmission_conf_dir(if you use your system's default location, this option is unnecessary)
-zflag will create gzipped file ( transmission daemon 2.84 won't load gzipped file properly )
Special thanks to alphapapa for the idea behind the design of the new script.
Build with Docker
Setup a cron job to run the script using docker and upload to Dropbox using the environment variable
DROPBOX_ACCESS_TOKEN.
0 5 * * * /usr/bin/docker run --rm -it -e DROPBOX_ACCESS_TOKEN="..." ubl
Thanks to voxxit for helping add this feature
Please check here for a full list of contributors.