Skip to content

Commit

Permalink
fix issue: nxtrace#40
Browse files Browse the repository at this point in the history
 要提交的变更:
	修改:     ipgeo/ip2region.go
  • Loading branch information
tsosunchia committed Feb 15, 2024
1 parent 27e560f commit 7afc4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipgeo/ip2region.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
const (
ipDataBasePath = "./ip2region.db"
defaultDownURL = "1"
originURL = "https://ghproxy.com/?q=https://github.com/bqf9979/ip2region/blob/master/data/ip2region.db?raw=true"
originURL = "https://mirror.ghproxy.com/?q=https://github.com/bqf9979/ip2region/blob/master/data/ip2region.db?raw=true"
)

func downloadDataBase() error {
Expand Down

0 comments on commit 7afc4c5

Please sign in to comment.