md_shakil
(md shakil)
1
can you please tell me what’s wrong here? the site isn’t connecting with the domain.
there was a TXT record to add which I added through Crazydomains Cpanel.
First, I added @ to the subdomain field for A record and it looked like this
seeing other posts in the community then I removed the @ from subdomain field.
please suggest me how can I solve this issue?
webdev
(Jeff Selser)
2
Your new records are not published on your providers DNS servers.
dig -t any mplmagnum.com
; <<>> DiG 9.18.28-0ubuntu0.22.04.1-Ubuntu <<>> -t any mplmagnum.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3693
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;mplmagnum.com. IN ANY
;; ANSWER SECTION:
mplmagnum.com. 8642 IN A 27.124.113.129
mplmagnum.com. 8642 IN AAAA 2404:8280:a222:bbbb:bba1:39:ffff:ffff
mplmagnum.com. 8642 IN MX 0 mplmagnum.com.
mplmagnum.com. 15842 IN NS ns2.syrahost.com.
mplmagnum.com. 15842 IN NS ns1.syrahost.com.
mplmagnum.com. 15842 IN SOA ns1.syrahost.com. oleg.p.dreamscapenetworks.com. 2024073000 3600 1800 1209600 86400
;; Query time: 129 msec
;; SERVER: 10.255.255.254#53(10.255.255.254) (TCP)
;; WHEN: Sun Aug 04 08:07:39 EDT 2024
;; MSG SIZE rcvd: 209
Here is a gui DNS tool you can use to check DNS.
https://toolbox.googleapps.com/apps/dig/
webdev
(Jeff Selser)
3
@md_shakil - Records are visible now but you need to delete the AAAA record for @ as instructed in the resolve issues message.