Skip to content
Snippets Groups Projects
Commit b64a8f17 authored by virus2500's avatar virus2500
Browse files

Code Bleanup, updated README

parent 765ce869
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -8,9 +8,7 @@ use warnings;
## 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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment