[GH-ISSUE #107] TXT records with dot in it like default._domainkey is not working #72

Closed
opened 2026-02-28 14:16:12 +03:00 by kerem · 1 comment
Owner

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

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
kerem closed this issue 2026-02-28 14:16:12 +03:00
Author
Owner

@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

<!-- gh-comment-id:383385007 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#72
No description provided.