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

Querying for a specific type of DNS record is broken #145

Open
jcgruenhage opened this issue May 24, 2021 · 3 comments · May be fixed by #162
Open

Querying for a specific type of DNS record is broken #145

jcgruenhage opened this issue May 24, 2021 · 3 comments · May be fixed by #162

Comments

@jcgruenhage
Copy link

You currently can't list DNS records of a specific type only, because the ListDnsRecordsParams takes a DnsContent enum as the parameter for filtering the type, but DnsContent not only contains the record type, but also the record content, which is why reqwest fails to build a query string from it. For the application I'm using this in, I've implemented the filtering locally after fetching the records like this, but I'd be happy about a proper solution for this.

@KROSF
Copy link

KROSF commented May 25, 2021

I encountered with the same problem.

@poscat0x04
Copy link

Same here

@poscat0x04
Copy link

Also, the MX type contains an unneeded field priority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants