From 51a0909499bb89257d0c5bac1599e6aef17fac9a Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 16 Aug 2026 02:30:53 -0400 Subject: [PATCH] forgot to uncomment some bull --- mmdb.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mmdb.php b/mmdb.php index 0bb2d81..fb9cb78 100644 --- a/mmdb.php +++ b/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