Skip to content

Commit

Permalink
Merge pull request and modified Hackl0us#21 from womeimingzi11/master
Browse files Browse the repository at this point in the history
添加 Siri 不可用修复和 Spotify 优化规则。
  • Loading branch information
Jason Zhang authored Jan 23, 2018
2 parents 54c9fb4 + ef7168e commit aeccded
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 实用规则片段/Spotify 优化.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Spotify 流媒体音乐服务并没有被墙,
# 但是**免费用户**需要每 14 天就在账户所在国/地区登陆账户,否则无法收听音乐。

# 请根据实际情况和需求正确选择策略:
#(默认)使用 DIRECT 策略可以有效节约代理流量,如果你是 Premium 用户,推荐使用此策略。
#     使用 Proxy 策略(Spotify 设置的地区需要与出口 IP 国家匹配)可以保证你的免费账户一直可用。[若使用此策略,请将下文所有 DIRECT 更换为 Proxy]

[Rule]
PROCESS-NAME,*Spotify*,DIRECT
USER-AGENT,*Spotify*,DIRECT

DOMAIN-SUFFIX,scdn.co,DIRECT
DOMAIN-SUFFIX,spotify.com,DIRECT
4 changes: 4 additions & 0 deletions 实用规则片段/修复Siri延迟或不可用.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#在某些情况下,iOS 测试版(beta版) 中,Siri 可能会出现响应缓慢的情况。可以尝试使用此规则修复问题。

[Rule]
USER-AGENT,*AssistantServices*,Proxy

0 comments on commit aeccded

Please sign in to comment.