mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #107] TXT records with dot in it like default._domainkey is not working #72
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#72
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 @AnoopAlias on GitHub (Apr 20, 2018).
Original GitHub issue: https://github.com/abh/geodns/issues/107
Is there a way to get TXT records of the form
default._domainkey.domain.com
to work.
Right now this does not seem to work when adding the key as
"default._domainkey": {"txt": ["v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvb/PxiY4ExMhQFWv+2W8f+f/+wqV4B1qNCC92P/W6uDeRPrVjnW1NCAvsRUYvLdJFJBAH3/nuwZqiq3vid7rrXbYMtem+W7ZhewXjuQRFo/4VUQxOD0uzFiE1gYBV/5ei/1QbLcxWEdI7ZqblXvyHq5MrlF8oUA1KmWa3BZHTacBumltvvQv0ekmL2HotC9Dj2u6w9cNCDsnIYWX/Ip9eTEBo85cudcaZ3KccxCWHv9iTgvEQjvE5YK1dintRX+Gxvre1lIIDGE0nnPabfK2zY+MTdaDkfwE2WECb6Cgiql/m4VKWAKquSsLbEIz4Hyh9gA/sNIHSqXDO0g8qBa9qwIDAQAB;"]}
Thanks in advance
@AnoopAlias commented on GitHub (Apr 22, 2018):
Just for the record of anyone else having this issue. It was actually caused by the 255 char limit in TXT records as per RFC . geoDNS was playing good . the solution is to split up records