You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,13 @@ A super blocklist made from the most popular ones on the web!
7
7
When using the BitTorrent protocol using blocklists does *nothing*! If you are a part of the swarm of ip's
8
8
yours can be logged, neither this nor any other IP block software can protect you from that. Read more [here](http://www.reddit.com/r/torrents/comments/17gold).
9
9
10
-
##How to use:
10
+
##How to: (Python Version)
11
+
12
+
* Download latest release
13
+
* Run `python UltimateBlockList.py`
14
+
* Wait and your blocklist will be available in `blocklist.txt` when the script exits
15
+
16
+
##How to use: (Shell-Script Verison)
11
17
12
18
* <b>Generate a local brand-new list</b>
13
19
* Run using `./UpdateList.sh`
@@ -24,6 +30,5 @@ yours can be logged, neither this nor any other IP block software can protect yo
24
30
Daily: 00 00 * * * ./UpdateList.sh (or ./UpdateListOSX.sh if on a OSX machine)
25
31
* Make your Torrent app point to your webserver like so: http://myserver.com/list.txt to download the newly generated list
26
32
27
-
Orignal Author: Adam Walsh <adw7422@rit.edu>
33
+
Special thanks to [alphapapa](https://github.com/alphapapa) for the idea behind the design of the new script.
0 commit comments