Skip to content

Instantly share code, notes, and snippets.

@sifex
Last active July 18, 2026 19:19
Show Gist options
  • Select an option

  • Save sifex/57b133376b37abe9fe2b74aca33638a0 to your computer and use it in GitHub Desktop.

Select an option

Save sifex/57b133376b37abe9fe2b74aca33638a0 to your computer and use it in GitHub Desktop.
{
"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