Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TcpRequestResolver and UdpRequestResolver does not support IPV6 destination #70

Closed
hamzakilic opened this issue May 21, 2020 · 1 comment

Comments

@hamzakilic
Copy link

hamzakilic commented May 21, 2020

the resolvers only support IPV4 and must be change like this for supporting IPV6

image

using(UdpClient udp = new UdpClient(this.dns.InternetFamily))

and TcpClient like this

@kapetan
Copy link
Owner

kapetan commented Aug 29, 2020

Thanks for the fix. Implemented c80791f.

@kapetan kapetan closed this as completed Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants