forgot to uncomment some bull
This commit is contained in:
3
mmdb.php
3
mmdb.php
@@ -14,7 +14,6 @@ class mmdb_creator{
|
||||
//
|
||||
// Download data
|
||||
//
|
||||
/*
|
||||
if(!file_exists("data")){ mkdir("data"); }
|
||||
chdir("data");
|
||||
if(!file_exists("blocklist-ipsets")){
|
||||
@@ -49,7 +48,7 @@ class mmdb_creator{
|
||||
echo "Downloading Tor exit node list...\n";
|
||||
$this->dl("https://openinternet.io/tor/tor-exit-list.txt", "tor-exit-list.txt");
|
||||
|
||||
chdir("..");*/
|
||||
chdir("..");
|
||||
|
||||
//
|
||||
// Construct ASN blocklist
|
||||
|
||||
Reference in New Issue
Block a user