Fix ipv6 issues #8

Merged
kimma merged 2 commits from fix-ipv6-issues into main 2022-12-27 17:23:42 +08:00
kimma commented 2022-12-27 07:27:48 +08:00 (Migrated from github.com)

Discovered some ipv6 issues:

  • Ping may default to ipv4 since -4 is not specified
  • Incorrect use of || instead of && for the isValidIpv6/isValidHost check
Discovered some ipv6 issues: * Ping may default to ipv4 since `-4` is not specified * Incorrect use of || instead of && for the isValidIpv6/isValidHost check
dqos commented 2022-12-27 17:22:59 +08:00 (Migrated from github.com)

Hello @kimma, thank you for your contribution. You are correct, I will merge this PR and create a new release as soon as possible 😃

Hello @kimma, thank you for your contribution. You are correct, I will merge this PR and create a new release as soon as possible 😃
dqos (Migrated from github.com) approved these changes 2022-12-27 17:23:13 +08:00
Sign in to join this conversation.
No description provided.