Last active
July 18, 2026 19:19
-
-
Save sifex/57b133376b37abe9fe2b74aca33638a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Apple Telemetry Block", | |
| "description": "Denies outbound connections to known Apple telemetry/analytics endpoints, plus Siri and location-services reporting. High priority so it overrides per-process allow rules. Dead domains removed.", | |
| "rules": [ | |
| { | |
| "action": "deny", | |
| "process": "any", | |
| "direction": "out", | |
| "priority": "high", | |
| "remote-domains": [ | |
| "xp.apple.com", | |
| "diagnostics.apple.com", | |
| "init-kt.apple.com", | |
| "pancake.apple.com", | |
| "guzzoni.apple.com", | |
| "gs.apple.com", | |
| "gs-loc.apple.com", | |
| "gsp-ssl.ls.apple.com", | |
| "api.smoot.apple.com", | |
| "gsp1.apple.com" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment