Merge pull request #3 from DivineEngine/master

Master
pull/60/head
Ti800 5 years ago committed by GitHub
commit 9c89e9f907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,7 @@
payload:
# (DNS Cache Pollution)
# > Apple
- DOMAIN,testflight.apple.com,PROXY
# > Google
- DOMAIN-SUFFIX,appspot.com
- DOMAIN-SUFFIX,blogger.com

@ -1,4 +1,6 @@
# (DNS Cache Pollution)
# > Apple
DOMAIN,testflight.apple.com,PROXY
# > Google
DOMAIN-SUFFIX,appspot.com,PROXY
DOMAIN-SUFFIX,blogger.com,PROXY

@ -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

@ -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

@ -31,7 +31,7 @@ wifi-access-socks5-port = 6153
# 兼容模式
# compatibility-mode = 0
# 跳过代理
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, *.localnetwork.uop, mfs.ykimg.com*.ttf
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, mfs.ykimg.com*.ttf
# 排除简单主机名
exclude-simple-hostnames = true
# SSID 组策略

@ -4,18 +4,18 @@
[General]
loglevel = notify
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, 127.0.0.1, localhost, *.local, *.localnetwork.uop, mfs.ykimg.com*.ttf
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, 127.0.0.1, localhost, *.local, mfs.ykimg.com*.ttf
bypass-system = true
dns-server = 119.29.29.29,223.5.5.5,system
dns-server = 119.29.29.29,system
allow-wifi-access = false
ipv6 = false
[Proxy]
🌐Direct = direct
Reject = reject
🇨🇳TheHub = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Rules/core/Surge/SSEncrypt.module
🇺🇸LosSantos = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Rules/core/Surge/SSEncrypt.module
🇭🇰Sandbox = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Rules/core/Surge/SSEncrypt.module, obfs=tls, obfs-host=yunjiasu-cdn.net
🇨🇳TheHub = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/SSEncrypt.module
🇺🇸LosSantos = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/SSEncrypt.module
🇭🇰Sandbox = custom, 1.2.3.4, 443, chacha20-ietf-poly1305, password, https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/SSEncrypt.module, obfs=tls, obfs-host=yunjiasu-cdn.net
[Proxy Group]
# 白名单模式 PROXY黑名单模式 DIRECT
@ -1138,6 +1138,8 @@ DOMAIN-SUFFIX,wetv.vip,🎞StreamingSE
DOMAIN-SUFFIX,wetvinfo.com,🎞StreamingSE
# (DNS Cache Pollution)
# > Apple
DOMAIN,testflight.apple.com,🌑Proxy,force-remote-dns
# > Google
DOMAIN-SUFFIX,appspot.com,🌑Proxy,force-remote-dns
DOMAIN-SUFFIX,blogger.com,🌑Proxy,force-remote-dns

@ -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

@ -1,4 +1,6 @@
# (DNS Cache Pollution)
# > Apple
DOMAIN,testflight.apple.com
# > Google
DOMAIN-SUFFIX,appspot.com
DOMAIN-SUFFIX,blogger.com

Loading…
Cancel
Save