From bbf42c5802d58e12354aab038b612c8c8bfe0172 Mon Sep 17 00:00:00 2001 From: Shlee Date: Tue, 26 May 2026 17:14:06 +0930 Subject: [PATCH] Update main.go --- install/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/main.go b/install/main.go index 891eb454b..5609d8cf0 100644 --- a/install/main.go +++ b/install/main.go @@ -529,8 +529,7 @@ func collectUserInput() Config { fmt.Println("\n=== Advanced Configuration ===") config.EnableIPv6 = readBool("Is your server IPv6 capable?", true) - config.EnableGeoblocking = readBool("Do you want to download the MaxMind GeoLite2 Country database for geoblocking functionality?", true) - config.EnableASNblocking = readBool("Do you want to download the MaxMind GeoLite2 ASN database for rule-blocking functionality?", true) + config.EnableMaxMind = readBool("Do you want to download the MaxMind GeoLite2 Country and ADN databases for blocking functionality?", true) if config.DashboardDomain == "" { fmt.Println("Error: Dashboard Domain name is required")