Skip to content

Commit 4bdbedb

Browse files
committed
Add whitelist
1 parent dc09fc2 commit 4bdbedb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

antizapret.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
$line = `nslookup $line | grep "Address:" | grep -v "#"`;
5151
chomp($line);
5252
$line =~ s/Address:\s+//ig;
53-
push @ips, split /\n/, $line;
53+
push @ips, map { "$_\n" } split /\n/, $line;
5454
}
5555
}
5656
}

white.list

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
tmdb.org
2-
themoviedb.org

0 commit comments

Comments
 (0)