I have a domain with 123-reg.co.uk and I've created a TXT record:
I have tried to verify it has been applied by using both the dig
and host
shell commands, but it appears the TXT record isn't being found.
For example...
host -t txt integralist.co.uk
...returns: integralist.co.uk has no TXT record
At first I assumed it might be a TTL issue and so I tried to use dig
to query one of the authoritative name servers directly (thus avoiding a TTL caching concern), like so
dig txt integralist.co.uk @ns.123-reg.co.uk.
...but this returns no ANSWER
section.
I'm not sure what I'm missing in order to side step any TTL/propagation issues that might be preventing me from querying an authoritative name server directly and seeing the record.
Note: It's currently 4pm Mon 12th Oct 2015 and I added the TXT record around 9am this morning, so by the time someone replies any propagation time frame preventing the record from appearing when querying the domain may well have passed