Fusl / intrace

Multi-probe looking glass with simple but powerful configuration for probes and lookup types (BIRD, MTR, Ping & Traceroute pre-configured)
https://mtr.sh/
BSD 3-Clause "New" or "Revised" License
220 stars 46 forks source link

IPv4/6 Improvements. #17

Open martafolf opened 7 years ago

martafolf commented 7 years ago

Allow the per-host configuration to specify the host capability. (E.g. v4 or v6 only, or both)

Use that data to automatically parse input from user, and de-select hosts that are not capable to run the requested query.

For example MTR to v6 address from a v4 only host will result in no output, which can be avoided using this added check.

Potentially make this work the other way around as well, so a v6-only host will not display failed MTR to a v4 IP. (Considering the uprise of v6 only VPS from various providers, this may come in handy as more providers do it.)