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

Long text does not work #143

Open
ghost opened this issue May 3, 2024 · 4 comments
Open

Long text does not work #143

ghost opened this issue May 3, 2024 · 4 comments

Comments

@ghost
Copy link

ghost commented May 3, 2024

Hello there,

I found out that querying txt with long results will not work on this library.

Any solutions for that?

@ghost
Copy link
Author

ghost commented May 3, 2024

miekg/dns#1566

@abh
Copy link
Owner

abh commented May 3, 2024

That's a protocol limitation, no? You need to break the record into multiple smaller pieces.

@ghost
Copy link
Author

ghost commented May 4, 2024

@abh Even when breaking into smaller sections, it creates double records, we do store encrypted text in txt records, when the recursive resolvers cache responses the order is not as we defined, I managed to fix all the issues, if you had time you can take a look into my repo and I can open a pull request if you want, https://github.com/matiniamirhossein/geodns

@ghost
Copy link
Author

ghost commented May 12, 2024

But the order will be correct in that case, that was the reason.

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