We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed6f07 commit 6590dc7Copy full SHA for 6590dc7
docs/API.md
@@ -368,6 +368,16 @@ For TCP, the structure is as follows:
368
}
369
```
370
371
+For Traceroute, the structure is as follows:
372
+
373
+```
374
+<TracerouteSettings>: {
375
+ "maxHops": <int>,
376
+ "maxUnknownHops": <int>,
377
+ "ptrLookup": boolean,
378
+}
379
380
381
For MultiHTTP, the structure is as follows:
382
383
0 commit comments