Skip to content

Commit

Permalink
update geolite db url
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed Jun 6, 2024
1 parent 87f3a59 commit 7e0f776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/geolite.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
Geolite2Url = "https://githubusercontent.nkn.org/leo108/geolite2-db/master/Country.mmdb"
Geolite2Url = "https://gitlab.com/leo108/geolite2-db/-/raw/master/Country.mmdb"
MaxMindExpired = 30 * 24 * time.Hour
MaxMindFile = "geolite2-country.mmdb"
)
Expand Down

0 comments on commit 7e0f776

Please sign in to comment.