Just to let you know again that this issue happened on our old domain which just turned DNS_PROBE_FINISHED_NXDOMAIN by itself
so we have the domain arcellatelecom.com and is added to Cloudflare with everything working correctly, but yesterday we had the error DNS_PROBE_FINISHED_NXDOMAIN out of the blue, nothing changed in the domain nor Cloudflare configuration.
We have servers located in Germany and we tried to access the website from there and it works without any issue, but locally here in Iraq all our nslookup
attempts failed.
> arcellatelecom.com
Server: dns.opendns.com
Address: 208.67.220.220
*** dns.opendns.com can't find arcellatelecom.com: Server failed
> server 1.1.1.1
Default Server: one.one.one.one
Address: 1.1.1.1
> arcellatelecom.com
Server: one.one.one.one
Address: 1.1.1.1
*** one.one.one.one can't find arcellatelecom.com: Server failed
> server 8.8.8.8
Default Server: dns.google
Address: 8.8.8.8
> arcellatelecom.com
Server: dns.google
Address: 8.8.8.8
*** dns.google can't find arcellatelecom.com: Server failed
>
and here is our server response
EDIT: Server response was due to cached DNS record, nslookup failed locating our dmain
[[email protected]******* ~]# curl https://arcellatelecom.com/ -I
HTTP/1.1 200 OK
Date: Mon, 14 Feb 2022 06:59:30 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade
Last-Modified: Mon, 14 Feb 2022 06:41:17 GMT
ETag: "1379a-5d7f4b41f015f"
Accept-Ranges: bytes
Content-Length: 79770
Vary: Accept-Encoding
Referrer-Policy: no-referrer-when-downgrade
Pragma: public
Cache-Control: max-age=3600, public
Content-Type: text/html; charset=UTF-8
[[email protected] ~]#
and this is our local request
C:\Users\****>curl https://arcellatelecom.com
curl: (6) Could not resolve host: arcellatelecom.com
C:\Users\*****>