Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

QQ音樂去除海外IP限制 #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sr_backcn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ GEOIP,CN,proxy

FINAL,DIRECT

# QQ音樂去除海外IP限制
DOMAIN-SUFFIX,y.qq.com,PROXY

[URL Rewrite]
^http://(www.)?google.cn https://www.google.com 302

Expand Down
3 changes: 3 additions & 0 deletions sr_backcn_ad.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ DOMAIN-SUFFIX,cn,proxy

GEOIP,CN,proxy

# QQ音樂去除海外IP限制
DOMAIN-SUFFIX,y.qq.com,PROXY

# 手工定义的 Reject 列表
#待反馈是否误杀
DOMAIN-SUFFIX,ad.12306.cn,Reject
Expand Down