From e013d36fbae1ca04b6c7c72db0fe945f0d884063 Mon Sep 17 00:00:00 2001 From: Conners Hua Date: Fri, 21 May 2021 20:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A9=20Add=20AICoin=20302=20Rewrite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Quantumult/Rewrite/General.conf | 5 ++++- Surge/Module/General.sgmodule | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Quantumult/Rewrite/General.conf b/Quantumult/Rewrite/General.conf index 3f0a445..9fbc5aa 100644 --- a/Quantumult/Rewrite/General.conf +++ b/Quantumult/Rewrite/General.conf @@ -68,4 +68,7 @@ hostname = www.google.cn,api.abema.io,app.biliintl.com # bilibili Intl (^https?:\/\/app\.biliintl\.com\/intl\/.+)(&s_locale=zh-Hans_[A-Z]{2})(.+) url 302 $1&s_locale=en-US_US$3 -(^https?:\/\/app\.biliintl\.com\/intl\/.+)(&sim_code=\d+)(.+) url 302 $1$3 \ No newline at end of file +(^https?:\/\/app\.biliintl\.com\/intl\/.+)(&sim_code=\d+)(.+) url 302 $1$3 + +# AICoin +^http:\/\/(www.)?aicoin\.cn\/$ url 302 https://www.aicoin.cn/?long_lives_aicoin=%22live%22 \ No newline at end of file diff --git a/Surge/Module/General.sgmodule b/Surge/Module/General.sgmodule index 93d3c19..f883109 100644 --- a/Surge/Module/General.sgmodule +++ b/Surge/Module/General.sgmodule @@ -94,5 +94,8 @@ tun-excluded-routes = %APPEND% 239.255.255.250/32 (^https?:\/\/app\.biliintl\.com\/intl\/.+)(&s_locale=zh-Hans_[A-Z]{2})(.+) $1&s_locale=en-US_US$3 302 (^https?:\/\/app\.biliintl\.com\/intl\/.+)(&sim_code=\d+)(.+) $1$3 302 +# AICoin +^http:\/\/(www.)?aicoin\.cn\/$ https://www.aicoin.cn/?long_lives_aicoin=%22live%22 302 + [MITM] hostname = %INSERT% www.google.cn,api.abema.io,app.biliintl.com \ No newline at end of file