Rename GeoIP database options to match the correct files

This commit is contained in:
2024-09-24 23:13:13 +02:00
parent 21975e9e47
commit 2ee9a09aa2
+2 -2
View File
@@ -12,8 +12,8 @@ type Config struct {
SSL bool `json:"ssl"`
Nickname string `json:"nickname"`
Channels []string `json:"channels"`
GeoIPDatabase string `json:"geoip_database"`
GeoIPASN string `json:"geoip_asn"`
GeoIP_City string `json:"geoip_city"`
GeoIP_ASN string `json:"geoip_asn"`
Callback bool `json:"callback"`
Debug bool `json:"debug"`
}