Hi,
I notice that since 2020-04-13 the 1.1.1.1 service intermittently doesn’t resolve nu.nl (a leading Dutch news site, very robust infra set-up), which resolves correctly via e.g. 8.8.8.8 or via the authorative servers.
For example see below, first query fails, second one succeeds. It continues like that every time I try, where the failure rate is ~80%:
nash% dig @1.1.1.1 nu.nl
; <<>> DiG 9.11.3-1ubuntu1.11-Ubuntu <<>> @1.1.1.1 nu.nl
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 32562
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1452
;; QUESTION SECTION:
;nu.nl. IN A
;; Query time: 1153 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Tue Apr 14 11:39:46 CEST 2020
;; MSG SIZE rcvd: 34
nash% dig @1.1.1.1 nu.nl
; <<>> DiG 9.11.3-1ubuntu1.11-Ubuntu <<>> @1.1.1.1 nu.nl
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30870
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1452
;; QUESTION SECTION:
;nu.nl. IN A
;; ANSWER SECTION:
nu.nl. 48 IN A 52.84.136.38
nu.nl. 48 IN A 52.84.136.109
nu.nl. 48 IN A 52.84.136.112
nu.nl. 48 IN A 52.84.136.115
;; Query time: 7 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Tue Apr 14 11:39:47 CEST 2020
;; MSG SIZE rcvd: 98
Other domains resolve fine all the time, I only spotted the issue with nu.nl.
Anyone any idea?
Regards,
- Jan Joris -