GeoIP: update geoip to use new Maxmind GeoIP database (#2268)

Nice
This commit is contained in:
bcoles
2022-01-17 10:29:41 +11:00
committed by GitHub
parent 5f4610a4cb
commit 0d084f00c6
4 changed files with 3 additions and 87 deletions

View File

@@ -19,7 +19,6 @@ module Core
unless File.exists? geoip_file
print_error "[GeoIP] Could not find MaxMind GeoIP database: '#{geoip_file}'"
print_more "Run ./update-geoipdb to install"
@enabled = false
return
end