mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-02-02 17:12:41 +08:00
🚩 Add AICoin 302 Rewrite
This commit is contained in:
parent
e12e099239
commit
e013d36fba
@ -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
|
||||
(^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
|
@ -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
|
Loading…
Reference in New Issue
Block a user