• Stars
    star
    296
  • Rank 137,402 (Top 3 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A super blocklist made from the most popular ones on the web!

Ultimate-Blocklist

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.

Docker Version

docker build -t ubl .
docker run -it --name ubl ubl
docker cp ubl:/usr/src/app/blocklist.txt .

or

make docker

Python Version

Reqs:

  • Python 2.7.8

  • Download latest release
  • (optional) Create a virtual environment virtualenv --no-site-packages env
  • (optional) Activate the virtual environment source env/bin/activate
  • Install the dependencies pip install -r requirements.txt
  • Run python UltimateBlockList.py
  • Wait and your blocklist will be available in blocklist.txt when the script exits

Shell Verison

  • Generate a local brand-new list
    • Run using ./UpdateList.sh
    • -c path_to_transmission_conf_dir (if you use your system's default location, this option is unnecessary)
    • -z flag will create gzipped file ( transmission daemon 2.84 won't load gzipped file properly )
    • Note: You can find your config directory here
    • Your blocklist will be loaded the next time you start Transmission
  • 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
    • 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.

Dropbox Version

  • Build with Docker

  • Setup a cron job to run the script using docker and upload to Dropbox using the environment variable DROPBOX_ACCESS_TOKEN.

    • Ex. 0 5 * * * /usr/bin/docker run --rm -it -e DROPBOX_ACCESS_TOKEN="..." ubl

Thanks to voxxit for helping add this feature


Contributors

Please check here for a full list of contributors.

More Repositories

1

backup-RES-Settings

A simple application to make backups of settings for installs of the Reddit Enhancement Suite on your machine and store them in an archive.
Java
19
star
2

py2app-OSX

Quick and dirty script to make any .py script into an OS X executable .app
AppleScript
5
star
3

Xbox_Username_Generator_and_Checker

Simple web app to check if a username is available on Xbox Live or generate some available ones.
Python
3
star
4

Blamer

Automagically find out what Symbolicate blames for the recent crashes on your jailbroken iDevice
Python
3
star
5

Geeklets

A collection of simple geeklets to be used with GeekTool for cool, customizable information on your desktop.
Python
3
star
6

soundcloud_stream_builder

Python helper for getting the tracks in a user's stream, which is otherwise not available via the SoundCloud API.
Python
2
star
7

litecoin_tip_reddit_bot

Litecoin tip Reddit bot for /r/litecoin
JavaScript
1
star
8

nsp-bug-example

1
star
9

notebook

JavaScript
1
star
10

dotfiles

. files
Vim Script
1
star
11

CORB_puppeteer_bug

JavaScript
1
star
12

MenditLanding

Landing page for the Mendit Assembly project.
CSS
1
star
13

My_Middleman_Boilerplate

Made this one too many times by hand...
CSS
1
star
14

scientist-example

Simple example of how to use Trello's (Github's) Scientist library with async functions in JS
JavaScript
1
star
15

walshie4.github.io

My personal web site @
HTML
1
star
16

TorBrowserLauncher

A Tor Browser Bundle startup script which checks for an update on launch.
Python
1
star
17

PrivNoteMessenger

A messenger that utilizes Privnote. (https://privnote.com/)
Python
1
star