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
|
// Download data
|
||||||
//
|
//
|
||||||
/*
|
|
||||||
if(!file_exists("data")){ mkdir("data"); }
|
if(!file_exists("data")){ mkdir("data"); }
|
||||||
chdir("data");
|
chdir("data");
|
||||||
if(!file_exists("blocklist-ipsets")){
|
if(!file_exists("blocklist-ipsets")){
|
||||||
@@ -49,7 +48,7 @@ class mmdb_creator{
|
|||||||
echo "Downloading Tor exit node list...\n";
|
echo "Downloading Tor exit node list...\n";
|
||||||
$this->dl("https://openinternet.io/tor/tor-exit-list.txt", "tor-exit-list.txt");
|
$this->dl("https://openinternet.io/tor/tor-exit-list.txt", "tor-exit-list.txt");
|
||||||
|
|
||||||
chdir("..");*/
|
chdir("..");
|
||||||
|
|
||||||
//
|
//
|
||||||
// Construct ASN blocklist
|
// Construct ASN blocklist
|
||||||
|
|||||||
Reference in New Issue
Block a user