Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Code Bleanup, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
virus2500 committed Apr 29, 2014
1 parent 765ce86 commit b64a8f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Use at your own risk :)

Create an ipset based blocklist from an text file (downloaded from e.g. blocklist.de)

Changes
--------
V1.0.3: Now you can set multiple blocklist sources
V1.0.2: Added a whitelist and blacklist


Expand Down
2 changes: 0 additions & 2 deletions blocklist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

## config ##
my @listUrl = ("http://lists.blocklist.de/lists/all.txt", "http://www.infiltrated.net/blacklisted");
my $fileName = "Blocklist.txt";
my $tmpDir = "/tmp";
my $file = "$tmpDir/$fileName";
my $logFile = "/var/log/blocklist";
my $whiteList = "whitelist.txt";
my $blackList = "blacklist.txt";
Expand Down

0 comments on commit b64a8f1

Please sign in to comment.