Integrate GeoIP2 ISP database

This commit is contained in:
nymkappa
2022-07-23 23:33:13 +02:00
parent ecbdee0087
commit 6795f69343
7 changed files with 42 additions and 18 deletions

View File

@@ -66,7 +66,8 @@
"MAXMIND": {
"ENABLED": false,
"GEOLITE2_CITY": "/usr/local/share/GeoIP/GeoLite2-City.mmdb",
"GEOLITE2_ASN": "/usr/local/share/GeoIP/GeoLite2-ASN.mmdb"
"GEOLITE2_ASN": "/usr/local/share/GeoIP/GeoLite2-ASN.mmdb",
"GEOLITE2_ISP": "/usr/local/share/GeoIP/GeoIP2-ISP.mmdb"
},
"BISQ": {
"ENABLED": false,