Update README

This commit is contained in:
tsosunchia
2023-03-02 19:11:26 +08:00
parent 60a4454802
commit fe0fce07ec
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ nexttrace --route-path www.time.com.my
nexttrace --data-provider ip-api.com
## Note that the `ipinfo` and `IPInsight` API needs users to purchase services from them.
## If necessary, you can clone this project, add the token provided by `ipinfo` or `IPInsight` and compile it yourself
## Note For the offline database IPInfoLocal, please download it yourself to the same directory as NextTrace and rename it to ipinfoLocal.mmdb.
## Note For the offline database IPInfoLocal, please download it yourself to the same directory as NextTrace and rename it to ipinfoLocal.mmdb. (You can download it from here: https://ipinfo.io/signup?ref=free-database-downloads)
## For the offline database Ip2region, you can download it manually to the same directory as NextTrace and rename it to ip2region.db, or let NextTrace download it automatically.
## Fill the token to: ipgeo/tokens.go
## Please be aware: Due to the serious abuse of IP.SB, you will often be not able to query IP data from this source

View File

@@ -148,7 +148,7 @@ nexttrace --route-path www.time.com.my
nexttrace --data-provider ip-api.com
## 特别的: 其中 `ipinfo` 和 `IPInsight` API 需要从这些服务商自行购买服务,如有需要可以 clone 本项目添加其提供的 token 自行编译
## TOKEN填写路径ipgeo/tokens.go
## 特别的: 对于离线库`IPInfoLocal`请自行下载到与NextTrace同目录下并命名为`ipinfoLocal.mmdb`
## 特别的: 对于离线库`IPInfoLocal`请自行下载到与NextTrace同目录下并命名为`ipinfoLocal.mmdb` (可以从这里下载https://ipinfo.io/signup?ref=free-database-downloads)
## 对于离线库`Ip2region`可NextTrace自动下载也可自行下载到与NextTrace同目录下并命名为`ip2region.db`
## 另外由于IP.SB被滥用比较严重会经常出现无法查询的问题请知悉。