Skip to content

Conversation

yk271
Copy link
Contributor

@yk271 yk271 commented Sep 4, 2025

The current rule uses full: which only matches the exact hostname courier-push-apple.com.akadns.net.
In practice, DNS often resolves to numbered subdomains under the same base, e.g.:
6.courier-push-apple.com.akadns.net
12.courier-push-apple.com.akadns.net
24.courier-push-apple.com.akadns.net
Removing full: changes the rule to a suffix/domain match so these variants are covered without needing to enumerate them.

I also observed configuration-lb.ls-apple.com.akadns.net in network traffic. While its specific purpose isn’t confirmed, it’s clearly part of Apple’s service endpoints on Akamai and should be included for completeness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant