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
+43-12Lines changed: 43 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,11 @@ Please note, there are exceptions to this synchronization. If a version of NTrac
104
104
pkg install root-repo
105
105
pkg install nexttrace
106
106
```
107
+
108
+
* ImmortalWrt installationcommand
109
+
```shell
110
+
opkg install nexttrace
111
+
```
107
112
108
113
* macOS
109
114
* macOS Homebrew's installation command
@@ -288,7 +293,7 @@ nexttrace --no-color 1.1.1.1
288
293
export NO_COLOR=1
289
294
```
290
295
291
-
####`NextTrace` supports users to select their own IP API (currently supports:`LeoMoeAPI`,`IP.SB`,`IPInfo`,`IPInsight`,`IPAPI.com`,`Ip2region`,`IPInfoLocal`,`CHUNZHEN`)
296
+
####`NextTrace` supports users to select their own IP API (currently supports:`LeoMoeAPI`,`IP.SB`,`IPInfo`,`IPInsight`,`IPAPI.com`,`IPInfoLocal`,`CHUNZHEN`)
292
297
293
298
```bash
294
299
# You can specify the IP database by yourself [IP-API.com here], if not specified, LeoMoeAPI will be used
[Globalping](https://globalping.io/) provides access to thousands of community-hosted probes to run network tests and measurements.
335
+
336
+
Run traceroute from a specified location by using the`--from` flag. The location field accepts continents, countries, regions, cities, ASNs, ISPs, or cloud regions.
337
+
338
+
```bash
339
+
nexttrace google.com --from Germany
340
+
nexttrace google.com --from comcast+california
341
+
```
342
+
343
+
A limit of 250 tests per hour is set for all anonymous users. To double the limit to 500 per hour please set the`GLOBALPING_TOKEN` environment variable with your token.
344
+
345
+
```bash
346
+
export GLOBALPING_TOKEN=your_token_here
347
+
```
348
+
328
349
###IP Database
329
350
330
351
We use[bgp.tools](https://bgp.tools) as a data provider for routing tables.