Fix: Resolve AAAA record from hostname #2

Merged
Decicus merged 1 commits from at/traceroute6-hostnames into main 2022-04-19 15:35:39 +08:00
Decicus commented 2022-04-18 21:35:57 +08:00 (Migrated from github.com)

Fixes an issue with IPv6 tests (ping6/mtr6/traceroute6) when you use hostnames.

AAAA records were looked up correctly, but weren't extracted properly from the response given by dns_get_record() and would always fail if you specified a hostname.

Fixes an issue with IPv6 tests (`ping6/mtr6/traceroute6`) when you use hostnames. AAAA records were looked up correctly, but weren't extracted properly from the response given by `dns_get_record()` and would always fail if you specified a hostname.
dqos commented 2022-04-19 15:35:32 +08:00 (Migrated from github.com)

As usual, IPv6 never gets the love it deserves! Thank you for the PR, looks good to me 😄

As usual, IPv6 never gets the love it deserves! Thank you for the PR, looks good to me 😄
Sign in to join this conversation.
No description provided.