traviscross / mtr

Official repository for mtr, a network diagnostic tool
http://www.bitwizard.nl/mtr/
GNU General Public License v2.0
2.64k stars 337 forks source link

Ability to display Destination URL's resolved IP Address that MTR would use to Probe #422

Open atibdialpad opened 2 years ago

atibdialpad commented 2 years ago

Hey @rewolff This is more of a question than an Issue. When I MTR to a URL, I want to know what is the resolved IP Address of the destination URL. I could --no-dns flag but that won't help when the destination doesn't respond. Is there a super easy config/flag way to achieve this ? If not, this should be possible via a simple code change, right ?

rpaaron commented 2 years ago

is this a dupe of https://github.com/traviscross/mtr/issues/230 ? Looks like curses interface does this already. Does GTK need to do something similar?

atibdialpad commented 2 years ago

that is right ! thanks for pointing out that the fix already exists.