|
Is the |
Replies: 2 comments 7 replies
|
Yes — it is new. The file history shows it was added on 2026-07-08 in commit It is also a plausible explanation for the Safari delay you saw. The rules do two related things:
That behavior is visible directly in the list. Apple's own network-operator guidance specifically says that, when Private Relay must be unavailable, the reliable way is to answer So the likely mechanism is:
“Private Relay disabled” has two details worth checking:
I cannot confirm the maintainer's exact motivation for creating the list, but technically it implements Apple's recommended no-delay blocking behavior, so your observed improvement is consistent with its purpose. |
|
Thank you for your detailed answer. I did see it was created 2 weeks ago, but thought maybe the date was due to files being re-organized per this announcement. I had indeed previously read the Apple Support document, but didn't think it applied to me as I had disabled Private Relay. I still don't fully understand the entire mechanism of how it's supposed to work or why Safari was still having random time-outs, but it sure seems like that list has fixed it. The delays are seemingly infrequent and random and I hadn't noticed the problem on Mac, just mobile. Whatever the reason, this has solved a great annoyance ever since I started using DNS based blocking (not just AGH, but Pihole as well). |
Yes — it is new. The file history shows it was added on 2026-07-08 in commit
4ddf958, and the list header describes it as “Apple Private Relay/DNS Bypass.”It is also a plausible explanation for the Safari delay you saw. The rules do two related things:
NXDOMAINfor Apple's Private Relay bootstrap names (mask.icloud.com,mask-h2.icloud.com, andmask-canary.icloud.com).NXDOMAINfor Apple DoH/bypass names such asdoh.dns.apple.comand_dns.resolver.arpa.That behavior is visible directly in the list.
Apple's own network-operator guidance specifically says that, when Private Relay must be unavailable, the reliable way is to answer
mask.icloud.comandmask-h2.iclo…