Hi,
/help/#eyJpc0NmIjoiWWVzIiwiaXNEb3QiOiJObyIsImlzRG9oIjoiWWVzIiwicmVzb2x2ZXJJcC0xLjEuMS4xIjoiWWVzIiwicmVzb2x2ZXJJcC0xLjAuMC4xIjoiWWVzIiwicmVzb2x2ZXJJcC0yNjA2OjQ3MDA6NDcwMDo6MTExMSI6Ik5vIiwicmVzb2x2ZXJJcC0yNjA2OjQ3MDA6NDcwMDo6MTAwMSI6Ik5vIiwiZGF0YWNlbnRlckxvY2F0aW9uIjoiRlJBIiwiaXNXYXJwIjoiTm8iLCJpc3BOYW1lIjoiQ2xvdWRmbGFyZSIsImlzcEFzbiI6IjEzMzM1In0=
I only noticed the issue with docs.infoblox.com
. More often than not, it gives an empty response.
dig @1.1.1.1 docs.infoblox.com
; <<>> DiG 9.16.37 <<>> @1.1.1.1 docs.infoblox.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36874
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;docs.infoblox.com. IN A
;; Query time: 464 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Tue May 02 13:51:21 Mitteleuropäsche Sommerzeit 2023
;; MSG SIZE rcvd: 46
Other public DNS providers don’t seem to have issues, although I noticed high query times across the board even with cached responses - not sure what’s behind that.
Also interesting that the parent domain infoblox.com
is always resolving correctly (same NS records and SOA as docs.infoblox.com
)
And one other thing I noticed: 1.0.0.1 seems to always be able to resolve it correctly
dig @1.0.0.1 docs.infoblox.com
; <<>> DiG 9.16.37 <<>> @1.0.0.1 docs.infoblox.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48728
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;docs.infoblox.com. IN A
;; ANSWER SECTION:
docs.infoblox.com. 180 IN A 104.17.238.155
docs.infoblox.com. 180 IN A 104.17.241.155
docs.infoblox.com. 180 IN A 104.17.239.155
docs.infoblox.com. 180 IN A 104.17.240.155
docs.infoblox.com. 180 IN A 104.17.237.155
;; Query time: 605 msec
;; SERVER: 1.0.0.1#53(1.0.0.1)
;; WHEN: Tue May 02 14:01:03 Mitteleuropõische Sommerzeit 2023
;; MSG SIZE rcvd: 126
Even as a DNS specialist, I’m a bit lost on that one.
I know they are some sort of competition to Cloudflare, so maybe it’s a built-in annoyance to Infoblox customers
Cheers