Hello,
Sometime within the past week I started to have some weird DNS issues. Tracked it down to an issue with 1.1.1.1 (and 1.0.0.1).
https://one.one.one.one/help/#eyJpc0NmIjoiTm8iLCJpc0RvdCI6Ik5vIiwiaXNEb2giOiJObyIsInJlc29sdmVySXAtMS4xLjEuMSI6IlllcyIsInJlc29sdmVySXAtMS4wLjAuMSI6IlllcyIsInJlc29sdmVySXAtMjYwNjo0NzAwOjQ3MDA6OjExMTEiOiJZZXMiLCJyZXNvbHZlcklwLTI2MDY6NDcwMDo0NzAwOjoxMDAxIjoiWWVzIiwiZGF0YWNlbnRlckxvY2F0aW9uIjoiTVNQIiwiaXNXYXJwIjoiTm8iLCJpc3BOYW1lIjoiR29vZ2xlIiwiaXNwQXNuIjoiMTUxNjkifQ==
Here’s how to reproduce this reliably (using the MSP data center anyway):
for i in `seq 1 1000`; do dig @1.1.1.1 ab$i.newgrounds.com; sleep .25; done
Maybe 1-2/100 queries this will be returned:
; <<>> DiG 9.10.6 <<>> @1.1.1.1 ab45.newgrounds.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 50317
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; OPT=15: 00 0a 66 61 69 6c 65 64 20 74 6f 20 76 65 72 69 66 79 20 73 69 67 6e 61 74 75 72 65 73 20 66 6f 72 20 6e 65 77 67 72 6f 75 6e 64 73 2e 63 6f 6d 2e 20 6f 70 74 2d 6f 75 74 20 70 72 6f 6f 66 ("..failed to verify signatures for newgrounds.com. opt-out proof")
;; QUESTION SECTION:
;ab45.newgrounds.com. IN A
;; Query time: 128 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Mon Jul 24 13:17:45 CDT 2023
;; MSG SIZE rcvd: 115
This caused intermittent DNS resolution errors on my end. This happened with several sites but I manage newgrounds.com
and related domains so I noticed it there first. Switching my upstream to Google DNS has resolved this.
This only appears to be happening with the MSP data center. I tested YYZ and could not replicate it there.