We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0972ffa commit 77feac3Copy full SHA for 77feac3
reader.go
@@ -290,6 +290,7 @@ func getDBType(reader *maxminddb.Reader) (databaseType, error) {
290
"DBIP-Country",
291
"DBIP-Location (compat=City)",
292
"GeoLite2-City",
293
+ "GeoIP-City-Redacted-US",
294
"GeoIP2-City",
295
"GeoIP2-City-Africa",
296
"GeoIP2-City-Asia-Pacific",
@@ -306,6 +307,7 @@ func getDBType(reader *maxminddb.Reader) (databaseType, error) {
306
307
return isDomain, nil
308
case "DBIP-ISP (compat=Enterprise)",
309
"DBIP-Location-ISP (compat=Enterprise)",
310
+ "GeoIP-Enterprise-Redacted-US",
311
"GeoIP2-Enterprise":
312
return isEnterprise | isCity | isCountry, nil
313
case "GeoIP2-ISP", "GeoIP2-Precision-ISP":
0 commit comments