I am trying to create a Github org page verification TXT record. The issue is that the domain name is being auto stripped out so I can’t get it to save correctly.
I am trying to create a TXT record as supplied by Github of _github-challenge-polygram-tech.polygram.tech. but this is stripped in the DNS records control panel to just _github-challenge so it won’t verify. Is there a workaround to this?
Hi @garethtdavies, I am able to add that on desktop without an issue, will try on mobile. Are you trying to add this while on desktop or mobile? I’d try from desktop and I’d log out and log back in and try again. If you open a ticket, please share the number.
@cloonan, I can confirm @garethtdavies’ observation. It does strip out the domain-like (hyphen instead of dot) part when it appears at the end of a CNAME.
I might be completely wrong, but that looks to me almost like an unescaped dot in a regular expression
Yes this makes sense. I can add _github-challenge-polygramtech but any single character after makes the whole domain part get stripped so _github-challenge-polygramx-tech works but _github-challenge-polygramxtech gets removed.
Just to confirm this is happening on TXT records for me albeit I imagine this validation applies to all records via the DNS control panel.
Aha thanks! This does indeed work as a temp fix. Issue is if you then place the focus on the name field of that record it once again strips it out so it does need to be fixed properly