diff --git a/Quantumult/Global.conf b/Quantumult/Global.conf index 5fd1c65..5f16890 100644 --- a/Quantumult/Global.conf +++ b/Quantumult/Global.conf @@ -135,7 +135,7 @@ https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/China.list, tag=🇨🇳China, enabled=true # 使用来自 ipipdotnet 的 ChinaIP 以解决数据不准确的问题,使用 ChinaIP.list 时禁用「GEOIP,CN」规则 -https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Extra/ChinaIP.list, tag=🇨🇳China, enabled=false +https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Extra/ChinaIP.list, tag=🇨🇳China IP-CIDR, enabled=false [rewrite_remote] # @@ -155,6 +155,7 @@ https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrit https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Unlock/TikTokJP.conf, tag=🔓TikTokJP(多选一不可共用), enabled=false https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Unlock/TikTokKR.conf, tag=🔓TikTokKR(多选一不可共用), enabled=false https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Unlock/TikTokTW.conf, tag=🔓TikTokTW(多选一不可共用), enabled=false +https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Unlock/TikTokUK.conf, tag=🔓TikTokUK(多选一不可共用), enabled=false # Resso https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Resso.conf, tag=🔓Resso, enabled=false diff --git a/Quantumult/Rewrite/Unlock/TikTokUK.conf b/Quantumult/Rewrite/Unlock/TikTokUK.conf new file mode 100644 index 0000000..c18e9db --- /dev/null +++ b/Quantumult/Rewrite/Unlock/TikTokUK.conf @@ -0,0 +1,6 @@ +hostname = *.tiktokv.com, *.byteoversea.com, *.musical.ly, *.snssdk.com + +# TikTok By wzw1997007 & Choler +(?<=_region=)CN(?=&) url 307 UK +(?<=&app_version=)16..(?=.?.?&) url 307 1 +(?<=\?version_code=)16..(?=.?.?&) url 307 1 \ No newline at end of file diff --git a/Surge/Module/Unlock/TikTokUK.sgmodule b/Surge/Module/Unlock/TikTokUK.sgmodule new file mode 100644 index 0000000..0a1f9f1 --- /dev/null +++ b/Surge/Module/Unlock/TikTokUK.sgmodule @@ -0,0 +1,11 @@ +#!name=Unlock TikTok UK +#!desc=Make Your Day - By wzw1997007 & Choler +#!system=ios + +[URL Rewrite] +(?<=_region=)CN(?=&) UK 307 +(?<=&app_version=)16..(?=.?.?&) 1 307 +(?<=\?version_code=)16..(?=.?.?&) 1 307 + +[MITM] +hostname = %INSERT% *.tiktokv.com, *.byteoversea.com, *.musical.ly, *.snssdk.com \ No newline at end of file