Update Preferences.cpp: Changes location of GeoIP.dat.gz to solve the problem with identifying the flags/countries of users#330
Conversation
Changing maintainer and provider of GeoIP.dat.gz in the meantime that other solution appears. This one is from https://mailfud.org/geoip-legacy/. This should fix amule-project#154
|
It may not work since aMule does not have https support. |
Oh. Then you're right, it's almost sure it won't work if that's really the case. Wget shows the web server has a strict transport security policy. |
Nevertheless, it may work with this patch: #218. |
It's a good news that aMule can update ipfilter from https://mailfud.org/geoip-legacy/ if built with libcurl. |
|
I know, but after thinking about it for some time, I think it isn't a bad thing, because effectively someone could want a different server. I don't think it's bad this fix only works for new users. |
Yeah, old users may already have a geoip data file. |
Changing maintainer and provider of GeoIP.dat.gz in the meantime that other solution appears. This one is from https://mailfud.org/geoip-legacy/. This should fix issue #154