mirror of
https://github.com/abh/geodns.git
synced 2026-04-26 19:35:51 +03:00
[GH-ISSUE #143] Long text does not work #385
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#385
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (May 3, 2024).
Original GitHub issue: https://github.com/abh/geodns/issues/143
Hello there,
I found out that querying txt with long results will not work on this library.
Any solutions for that?
@ghost commented on GitHub (May 3, 2024):
https://github.com/miekg/dns/issues/1566
@abh commented on GitHub (May 3, 2024):
That's a protocol limitation, no? You need to break the record into multiple smaller pieces.
@ghost commented on GitHub (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 commented on GitHub (May 12, 2024):
But the order will be correct in that case, that was the reason.