You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -269,9 +269,13 @@ export NO_COLOR=1
269
269
nexttrace --data-provider ip-api.com
270
270
## Note There are frequency limits for free queries of the ipinfo and IPInsight APIs. You can purchase services from these providers to remove the limits
271
271
## If necessary, you can clone this project, add the token provided by ipinfo or IPInsight and compile it yourself
272
+
## Fill the token to: ipgeo/tokens.go
273
+
272
274
## Note For the offline database IPInfoLocal, please download it manually and rename it to ipinfoLocal.mmdb. (You can download it from here: https://ipinfo.io/signup?ref=free-database-downloads)
275
+
## Current directory, nexttrace binary directory and FHS directories (Unix-like) will be searched.
276
+
## To customize it, please use environment variables,
277
+
export NEXTTRACE_IPINFOLOCALPATH=/xxx/yyy.mmdb
273
278
## For the offline database Ip2region, you can download it manually and rename it to ip2region.db, or let NextTrace download it automatically
274
-
## Fill the token to: ipgeo/tokens.go
275
279
## Please be aware: Due to the serious abuse of IP.SB, you will often be not able to query IP data from this source
276
280
## IP-API.com has a stricter restiction on API calls, if you can't query IP data from this source, please try again in a few minutes
0 commit comments