mirror of
https://github.com/fortio/dnsping.git
synced 2026-04-27 12:25:48 +03:00
[GH-ISSUE #6] IPv6 as Server does not work: dnsping -c 42 -fixed-id 42 -json sampleResult.json -c 8 www.google.com 2001:4860:4860::8888 #1
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsping#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @grzchr15 on GitHub (Nov 7, 2020).
Original GitHub issue: https://github.com/fortio/dnsping/issues/6
Ipv4 is working but Ipv6 dns server not
@ldemailly commented on GitHub (Nov 7, 2020):
thanks for the report, will fix it's easy/my bad concatenating without check ipv6
@ldemailly commented on GitHub (Nov 7, 2020):
workaround is easy in meantime: use "[2001:4860:4860::8888]" for server
but then I get:
14:31:40 E 0.0 ms 1: failed call: write udp [fe80::aede:48ff:fe00:1122%utun7]:63129->[2001:4860:4860::8888]:53: write: no buffer space available
@ldemailly commented on GitHub (Nov 7, 2020):
the error was because of my vpn, fix incoming
@ldemailly commented on GitHub (Nov 8, 2020):
Thanks for reporting this! fixed in https://github.com/fortio/dnsping/releases/tag/v1.1.4