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

A couple issues i noticed #62

Open
Frostchi opened this issue Jan 13, 2025 · 0 comments
Open

A couple issues i noticed #62

Frostchi opened this issue Jan 13, 2025 · 0 comments

Comments

@Frostchi
Copy link

            var dnsMessage = await _dnsClient.QueryAsync(host, DnsQueryType.ANY, cancellationToken: CancellationToken.None);

This throws exceptions on Cloudflare's DOH service. I have to search for specific types (A, AAAA, etc.) and it works fine.

  1. Attempting to send multiple types in one request doesn't seem to work. I modified this a bit and sent a Question[] for A,AAAA,CNAME and this didn't work. Would be nice if there was a way to do this more naturally.

Looking to set this up to gracefully check between IPV4/IPV6 as needed and having some issues.

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

1 participant