From fa2c5b36232f4c569ac4b2e2ad67b80ab259133f Mon Sep 17 00:00:00 2001 From: Conners Hua Date: Fri, 19 Jun 2020 12:34:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Quantumult/Filter/China.list | 6 +++++- Surge/Global.conf | 3 ++- Surge/Module/MitM-All-Hostnames.sgmodule | 5 ----- Surge/Ruleset/China.list | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 Surge/Module/MitM-All-Hostnames.sgmodule diff --git a/Quantumult/Filter/China.list b/Quantumult/Filter/China.list index f188a9e..17471e4 100755 --- a/Quantumult/Filter/China.list +++ b/Quantumult/Filter/China.list @@ -380,4 +380,8 @@ DOMAIN-SUFFIX,zhihu.com,DIRECT DOMAIN-SUFFIX,zhimg.com,DIRECT DOMAIN-SUFFIX,zhuihd.com,DIRECT DOMAIN,download.jetbrains.com,DIRECT -DOMAIN,images-cn.ssl-images-amazon.com,DIRECT \ No newline at end of file +DOMAIN,images-cn.ssl-images-amazon.com,DIRECT + +# Tencent +IP-CIDR,119.28.28.28/32 +IP-CIDR,182.254.116.0/24 \ No newline at end of file diff --git a/Surge/Global.conf b/Surge/Global.conf index fa9e2aa..a1b5e66 100755 --- a/Surge/Global.conf +++ b/Surge/Global.conf @@ -186,7 +186,6 @@ FINAL,🧭Final,dns-failed [Host] mtalk.google.com = 108.177.125.188 -*.localnetwork.uop = server:syslib # CUSTOM HOST [Header Rewrite] @@ -260,6 +259,8 @@ mtalk.google.com = 108.177.125.188 # Resso (By JO2EY) - api.resso.app # (?<=(carrier|account|sys|sim)_region=)cn in 307 +# 如果你解锁了「模块」功能可以使用 Block-Ads.sgmodule 后删除以下 Rewrite 部分 + # 0~9 # > 21st Century Business Herald - api.21jingji.com ^(http|https):\/\/api\.21jingji\.com\/ad\/ - reject diff --git a/Surge/Module/MitM-All-Hostnames.sgmodule b/Surge/Module/MitM-All-Hostnames.sgmodule deleted file mode 100644 index 355efd5..0000000 --- a/Surge/Module/MitM-All-Hostnames.sgmodule +++ /dev/null @@ -1,5 +0,0 @@ -#!name=MitM All Hostnames -#!desc=在所有端口为 443 的主机名上执行 MitM。仅推荐用于抓包时启用,如果不知道这是作何用途不要使用! - -[MITM] -hostname = -*.apple.com, -*.icloud.com, -*.mzstatic.com, -*.crashlytics.com, -*.facebook.com, -*.instagram.com, * \ No newline at end of file diff --git a/Surge/Ruleset/China.list b/Surge/Ruleset/China.list index b2b74f5..5f38742 100755 --- a/Surge/Ruleset/China.list +++ b/Surge/Ruleset/China.list @@ -383,5 +383,5 @@ DOMAIN,download.jetbrains.com DOMAIN,images-cn.ssl-images-amazon.com # Tencent -IP-CIDR,119.28.28.28/32 -IP-CIDR,182.254.116.0/24 \ No newline at end of file +IP-CIDR,119.28.28.28/32,no-resolve +IP-CIDR,182.254.116.0/24,no-resolve \ No newline at end of file