Skip to content

Commit

Permalink
Update tepig.pl
Browse files Browse the repository at this point in the history
Updated the default URL for downloading reputation data.
  • Loading branch information
wilgeralexander committed Aug 28, 2013
1 parent ee45fb1 commit 6f0c9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tepig.pl
Expand Up @@ -14,7 +14,7 @@
use LWP::Simple;
use Getopt::Long;

my $url = 'https://zeustracker.abuse.ch/blocklist.php?download=ipblocklist';
my $url = 'https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist';
my $file = undef;
my $ref = "";
my $sid = 9000000;
Expand Down

0 comments on commit 6f0c9ca

Please sign in to comment.