Thanks, I’ve updated to Full Strict.
Nothing special set up on my router or local config, and it has been restarted.
dig thefootytipster.com
output:
; <<>> DiG 9.10.6 <<>> thefootytipster.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48023
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;thefootytipster.com. IN A
;; ANSWER SECTION:
thefootytipster.com. 300 IN A 104.21.75.249
thefootytipster.com. 300 IN A 172.67.184.16
;; Query time: 26 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Thu Aug 19 16:43:18 BST 2021
;; MSG SIZE rcvd: 80
dig thefootytipster.com @1.1.1.1
output:
; <<>> DiG 9.10.6 <<>> thefootytipster.com @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45923
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;thefootytipster.com. IN A
;; ANSWER SECTION:
thefootytipster.com. 300 IN A 172.67.184.16
thefootytipster.com. 300 IN A 104.21.75.249
;; Query time: 78 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Thu Aug 19 16:43:49 BST 2021
;; MSG SIZE rcvd: 80
curl -H 'accept: application/dns-json' 'https://cloudflare-dns.com/dns-query?name=thefootytipster.com'
output;
{"Status":0,"TC":false,"RD":true,"RA":true,"AD":false,"CD":false,"Question":[{"name":"thefootytipster.com","type":1}],"Answer":[{"name":"thefootytipster.com","type":1,"TTL":300,"data":"104.21.75.249"},{"name":"thefootytipster.com","type":1,"TTL":300,"data":"172.67.184.16"}]}%
Thanks so much for your help