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

readme fix

parent a4fb5785
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,16 @@ Create an ipset based blocklist from an text file (downloaded from e.g. blocklis
You will need to install ipset!
Then open the blocklist.pl with your favorite text Editor and specify why your binarys are located.
(These can be found via "which" e.g. "which iptables")
my $iptables = "/sbin/iptables";
my $ipset = "/usr/sbin/ipset";
my $grep = "/bin/grep";
my $rm = "/bin/rm";
my $wget = "/usr/bin/wget";
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