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

[SimpleDNS] Creating TXT record #52

Closed
FuseCP-TRobinson opened this issue Dec 11, 2020 · 1 comment
Closed

[SimpleDNS] Creating TXT record #52

FuseCP-TRobinson opened this issue Dec 11, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@FuseCP-TRobinson
Copy link
Member

FuseCP-TRobinson commented Dec 11, 2020

Describe the bug
When creating a TXT record such as "v=spf1 redirect=Somewhere.net" in SolidCP it is applied to SimpleDNS as multiple strings ("v=spf1" "redirect=Somewhere.net")

To Reproduce
Steps to reproduce the behavior:

  1. Go to Users domain
  2. Edit DNS
  3. Add record with data: v=spf1 redirect=Somewhere.net

Expected behavior
To be created as one string.

SolidCP Info

  • SolidCP Version: 1.4.7

Additional context

Workaround: Create record with "" around the data.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@FuseCP-TRobinson FuseCP-TRobinson added the bug Something isn't working label Dec 11, 2020
@enguard1
Copy link

enguard1 commented Dec 6, 2024

This particularly affects DKIM TXT records which generally look like this:

v=DKIM1; k=rsa; h=sha256; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANLjXlznBtWqS+LOY6+1E/RP0/Oc0tUSADIAo5xVR5r5Jz1gxJnC5c5ydGKriyM9SPmOOuhL8XQk0LZvHqMbXa0CAwEAAQ==

The workaround is to put the entire thing between quotes:

"v=DKIM1; k=rsa; h=sha256; p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANLjXlznBtWqS+LOY6+1E/RP0/Oc0tUSADIAo5xVR5r5Jz1gxJnC5c5ydGKriyM9SPmOOuhL8XQk0LZvHqMbXa0CAwEAAQ=="

@FuseCP-TRobinson FuseCP-TRobinson self-assigned this Dec 6, 2024
FuseCP-TRobinson added a commit that referenced this issue Dec 6, 2024
… correctly. #52

Tested on SimpleDNS 9.1 (build 116)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants