Skip to content

Instantly share code, notes, and snippets.

@reorx
Last active February 13, 2020 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reorx/a0682fe229c8bccb4c24ad0285ca4cde to your computer and use it in GitHub Desktop.
Save reorx/a0682fe229c8bccb4c24ad0285ca4cde to your computer and use it in GitHub Desktop.
Clash config that matches all apple domains/IPs for proxy
port: 7890
socks-port: 7891
allow-lan: true
mode: Rule
log-level: info
external-controller: 127.0.0.1:9090
Proxy:
- name: "your proxy"
type: vmess
...
Proxy Group:
- name: Apple
type: select
proxies:
- "your proxy"
- DIRECT
Rule:
- DOMAIN-SUFFIX,apple.cn,Apple
- DOMAIN-SUFFIX,apple.com,Apple
- DOMAIN,apple.comscoreresearch.com,Apple
- DOMAIN-SUFFIX,apple.news,Apple
- DOMAIN-KEYWORD,buy.itunes.apple.com,Apple
- DOMAIN-SUFFIX,cdn-apple.com,Apple
- DOMAIN,client-api.itunes.apple.com,Apple
- DOMAIN,gspe1-ssl.ls.apple.com,Apple
- DOMAIN-SUFFIX,icloud-content.com,Apple
- DOMAIN-SUFFIX,icloud.com,Apple
- DOMAIN,init.itunes.apple.com,Apple
- DOMAIN,itunes.apple.com,Apple
- DOMAIN-SUFFIX,itunes.com,Apple
- DOMAIN-SUFFIX,itunesconnect.apple.com,Apple
- DOMAIN-SUFFIX,lookup-api.apple.com,Apple
- DOMAIN-SUFFIX,me.com,Apple
- DOMAIN-SUFFIX,mzstatic.com,Apple
- DOMAIN,news-client.apple.com,Apple
- DOMAIN,news-events.apple.com,Apple
- DOMAIN,play.itunes.apple.com,Apple
- DOMAIN,radio-activity.itunes.apple.com,Apple
- DOMAIN,radio-services.itunes.apple.com,Apple
- DOMAIN,radio.itunes.apple.com,Apple
- DOMAIN-SUFFIX,s.mzstatic.com,Apple
- DOMAIN,se.itunes.apple.com,Apple
- DOMAIN-SUFFIX,search.itunes.apple.com,Apple
- DOMAIN,su.itunes.apple.com,Apple
- DOMAIN,swscan.apple.com,Apple
- DOMAIN,upp.itunes.apple.com,Apple
- MATCH,DIRECT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment