Hello. I using Cloudflare as DNS provider for some personal websites, but I am having some random issues with DNS Resolution.
Some times, DNS just stops working and when it happens it can be like a couple of minutes of dowtime to almost entire days.
It also happens that I have 2 subdomains, pointing to exactly the same IP, one of them resolves the other dont.
Here is the screenshot from my cloudflare account:
If I run dig, the results is the following:
❯ dig labs.brunopaz.dev
; <<>> DiG 9.11.14-RedHat-9.11.14-2.fc30 <<>> labs.brunopaz.dev
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 57640
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;labs.brunopaz.dev. IN A
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: qui mai 07 18:44:06 WEST 2020
;; MSG SIZE rcvd: 46
No IP address defined, despite it appearing correctly configured on Cloudflare interface.
Also my websites are up. I can reach them internally from my cluster.
Any ideas what is happening?