Rename GeoIP database options to match the correct files
This commit is contained in:
+2
-2
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user