summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0205a9a..1c00d14 100644
--- a/main.go
+++ b/main.go
@@ -73,7 +73,7 @@ func (th *txtHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
}
func main() {
- db, err := geoip2.Open("/usr/local/share/GeoIP/GeoLite2-City.mmdb")
+ db, err := geoip2.Open("/var/lib/GeoIP/GeoLite2-City.mmdb")
if err != nil {
log.Fatal(err)
}