-
Notifications
You must be signed in to change notification settings - Fork 197
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
Comments
That's a protocol limitation, no? You need to break the record into multiple smaller pieces. |
@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 |
But the order will be correct in that case, that was the reason. |
Hello there,
I found out that querying txt with long results will not work on this library.
Any solutions for that?
The text was updated successfully, but these errors were encountered: