Dns record error #dns

Hi, @atomic-orange, this domain is not using Netlify DNS at this time. The name servers used can be found here:

$ whois minus-acoustics.co.uk | grep -i "server"
% IANA WHOIS server
nserver:      DNS1.NIC.UK 213.248.216.1 2a01:618:400:0:0:0:0:1
nserver:      DNS2.NIC.UK 103.49.80.1 2401:fd80:400:0:0:0:0:1
nserver:      DNS3.NIC.UK 213.248.220.1 2a01:618:404:0:0:0:0:1
nserver:      DNS4.NIC.UK 2401:fd80:404:0:0:0:0:1 43.230.48.1
nserver:      NSA.NIC.UK 156.154.100.3 2001:502:ad09:0:0:0:0:3
nserver:      NSB.NIC.UK 156.154.101.3
nserver:      NSC.NIC.UK 156.154.102.3
nserver:      NSD.NIC.UK 156.154.103.3
    Name servers:

I do see a DNS zone configuration for this domain at Netlify here:

However, it isn’t active at this time. To activate Netlify DNS for this domain, please change the DNS name servers at the domain registrar to the ones shown for this domain at the link above.

Once that change is made, Netlify DNS should become active within 24 hours (due to the 86400 time to live values on the existing DNS records for the name servers used now):

minus-acoustics.co.uk.	86400	IN	NS	ns2.krystal.co.uk.
minus-acoustics.co.uk.	86400	IN	NS	ns1.krystal.co.uk.

I did test the SPF and TXT records created at Netlify DNS. They do work correctly if the name servers for Netlify DNS are used:

$ dig @dns1.p07.nsone.net minus-acoustics.co.uk TXT  +noall +answer

; <<>> DiG 9.10.6 <<>> @dns1.p07.nsone.net minus-acoustics.co.uk TXT +noall +answer
; (1 server found)
;; global options: +cmd
minus-acoustics.co.uk.	3600	IN	TXT	"v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1m4s8FEBWZXZVaTPQe6RcGuLp96cx+dD71IiSfvgKw8cVpQMytajTbT7Ii4SRWsC+qXyrib4rodqtJFuViYVWDMuoxBq40pcscSBO92gwNjXNtAMG1rwNCRsuzfnJct2vDOByMqiuwgKufOsDJwXSD9xUPioqyjhe6TFREhXAAVaUFNhR8W7u/kK01gbuXjED" "xjNRm/3875mWepLGs6ISQctlpbQW5p+pAtsVPyC0kvPFmhsYr1aN6e5/HTBcMtT+4BmiIhQCRbVZ0rN8WrSPGoc7/CPQGitN1lh7ceb4D0jd3mDeevIyzTJV0VIZm9BJ+7QCFiLEpJ2Xda0t5crSwIDAQAB;"
$ dig @dns1.p07.nsone.net minus-acoustics.co.uk SPF  +noall +answer

; <<>> DiG 9.10.6 <<>> @dns1.p07.nsone.net minus-acoustics.co.uk SPF +noall +answer
; (1 server found)
;; global options: +cmd
minus-acoustics.co.uk.	3600	IN	SPF	"v=spf1 +mx +a +ip4:77.72.1.20 ~all"

Note, you don’t have to use Netlify DNS to point a custom domain to a site at Netlify. There is an alternative - external DNS:

​Please let us know if there are other questions about this.