Skip to content
Snippets Groups Projects
Commit 85ff167e authored by ale's avatar ale
Browse files

Point the geoip library at the right dataset

Which would be the GeoLite2-Country.mmdb one.
parent af61f0dc
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,7 @@ var (
errGeoNotFound = errors.New("no record found")
defaultGeoIPPaths = []string{
"/usr/share/GeoIP/GeoIP.dat",
"/usr/share/GeoIP/GeoIPv6.dat",
"/var/lib/GeoIP/GeoLite2-Country.mmdb",
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment