mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-01-23 05:49:02 +08:00
🚩 使用 jsDelivr 不妥
This commit is contained in:
parent
9d2fed85ab
commit
cc11a22b01
@ -179,51 +179,51 @@ rule-providers:
|
||||
Unbreak:
|
||||
type: http
|
||||
behavior: classical
|
||||
path: ./RuleSet/
|
||||
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/Unbreak.yaml
|
||||
interval: 600
|
||||
path: ./RuleSet/Unbreak.yaml
|
||||
url: https://raw.githubusercontent.com/DivineEngine/Profiles/master/Clash/RuleSet/Unbreak.yaml
|
||||
interval: 86400
|
||||
|
||||
Streaming:
|
||||
type: http
|
||||
behavior: classical
|
||||
path: ./RuleSet/Streaming/
|
||||
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/StreamingMedia/Streaming.yaml
|
||||
interval: 600
|
||||
path: ./RuleSet/Streaming/Streaming.yaml
|
||||
url: https://raw.githubusercontent.com/DivineEngine/Profiles/master/Clash/RuleSet/StreamingMedia/Streaming.yaml
|
||||
interval: 86400
|
||||
|
||||
StreamingSE:
|
||||
type: http
|
||||
behavior: classical
|
||||
path: ./RuleSet/StreamingSE/
|
||||
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/StreamingMedia/StreamingSE.yaml
|
||||
interval: 600
|
||||
path: ./RuleSet/StreamingSE/StreamingSE.yaml
|
||||
url: https://raw.githubusercontent.com/DivineEngine/Profiles/master/Clash/RuleSet/StreamingMedia/StreamingSE.yaml
|
||||
interval: 86400
|
||||
|
||||
Global:
|
||||
type: http
|
||||
behavior: classical
|
||||
path: ./RuleSet/
|
||||
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/Global.yaml
|
||||
interval: 600
|
||||
path: ./RuleSet/Global.yaml
|
||||
url: https://raw.githubusercontent.com/DivineEngine/Profiles/master/Clash/RuleSet/Global.yaml
|
||||
interval: 86400
|
||||
|
||||
China:
|
||||
type: http
|
||||
behavior: classical
|
||||
path: ./RuleSet/
|
||||
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/China.yaml
|
||||
interval: 600
|
||||
path: ./RuleSet/China.yaml
|
||||
url: https://raw.githubusercontent.com/DivineEngine/Profiles/master/Clash/RuleSet/China.yaml
|
||||
interval: 86400
|
||||
|
||||
IP-Blackhole:
|
||||
type: http
|
||||
behavior: classical
|
||||
path: ./RuleSet/Extra/
|
||||
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/Extra/IP-Blackhole.yaml
|
||||
interval: 600
|
||||
path: ./RuleSet/Extra/IP-Blackhole.yaml
|
||||
url: https://raw.githubusercontent.com/DivineEngine/Profiles/master/Clash/RuleSet/Extra/IP-Blackhole.yaml
|
||||
interval: 86400
|
||||
|
||||
ChinaIP:
|
||||
type: http
|
||||
behavior: classical
|
||||
path: ./RuleSet/Extra/
|
||||
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/Extra/ChinaIP.yaml
|
||||
interval: 600
|
||||
path: ./RuleSet/Extra/ChinaIP.yaml
|
||||
url: https://raw.githubusercontent.com/DivineEngine/Profiles/master/Clash/RuleSet/Extra/ChinaIP.yaml
|
||||
interval: 86400
|
||||
|
||||
|
||||
# 规则
|
||||
|
@ -105,34 +105,34 @@ static=Guard, reject, direct
|
||||
# 当有强制策略时,远程资源的过滤器中的策略将被忽略,并使用强制策略。
|
||||
#
|
||||
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/Extra/Apple/BlockiOSUpdate.list, tag=⛔️Block iOS Update, enabled=false
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Extra/Apple/BlockiOSUpdate.list, tag=⛔️Block iOS Update, enabled=false
|
||||
|
||||
# Unbreak 后续规则修正
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/Unbreak.list, tag=🔂Unbreak, enabled=true
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Unbreak.list, tag=🔂Unbreak, enabled=true
|
||||
|
||||
# Advertising 广告
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/Guard/Advertising.list, tag=🛡Advertising, force-policy=Guard, enabled=true
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Guard/Advertising.list, tag=🛡Advertising, force-policy=Guard, enabled=true
|
||||
|
||||
# Privacy 隐私
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/Guard/Privacy.list, tag=🛡️Privacy, force-policy=Guard, enabled=false
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Guard/Privacy.list, tag=🛡️Privacy, force-policy=Guard, enabled=false
|
||||
|
||||
# Hijacking 运营商劫持或恶意网站
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/Guard/Hijacking.list, tag=🛡️Hijacking, force-policy=Guard, enabled=true
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Guard/Hijacking.list, tag=🛡️Hijacking, force-policy=Guard, enabled=true
|
||||
|
||||
# Streaming 国际流媒体服务
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/StreamingMedia/Streaming.list, tag=🎞Streaming, enabled=true
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/StreamingMedia/Streaming.list, tag=🎞Streaming, enabled=true
|
||||
|
||||
# StreamingSE 中国流媒体服务(面向海外版本)
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/StreamingMedia/StreamingSE.list, tag=🎞StreamingSE, enabled=true
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/StreamingMedia/StreamingSE.list, tag=🎞StreamingSE, enabled=true
|
||||
|
||||
# Global 全球加速
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/Global.list, tag=🇺🇳Global, enabled=true
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Global.list, tag=🇺🇳Global, enabled=true
|
||||
|
||||
# China 中国直连
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/China.list, tag=🇨🇳China, enabled=true
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/China.list, tag=🇨🇳China, enabled=true
|
||||
|
||||
# 使用来自 ipipdotnet 的 ChinaIP 以解决数据不准确的问题,使用 ChinaIP.list 时禁用「GEOIP,CN」规则
|
||||
https://cdn.jsdelivr.net/gh/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, enabled=false
|
||||
|
||||
[rewrite_remote]
|
||||
#
|
||||
@ -140,19 +140,19 @@ https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/Extra
|
||||
#
|
||||
|
||||
# 通用
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Rewrite/General.conf, tag=🔀General, enabled=true
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/General.conf, tag=🔀General, enabled=true
|
||||
|
||||
# Advertising 广告
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Rewrite/Advertising.conf, tag=🛡Advertising, enabled=true
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Advertising.conf, tag=🛡Advertising, enabled=true
|
||||
|
||||
# YouTube 广告(因影响 YouTube Premium 默认禁用)
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Rewrite/YouTube.conf, tag=🛡Advertising, enabled=false
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/YouTube.conf, tag=🛡Advertising, enabled=false
|
||||
|
||||
# TikTok
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Rewrite/TikTok.conf, tag=🔓TikTok, enabled=false
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/TikTok.conf, tag=🔓TikTok, enabled=false
|
||||
|
||||
# Resso
|
||||
https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Rewrite/Resso.conf, tag=🔓Resso, enabled=false
|
||||
https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Resso.conf, tag=🔓Resso, enabled=false
|
||||
|
||||
[server_local]
|
||||
#
|
||||
|
@ -121,7 +121,7 @@ hide-udp=0
|
||||
|
||||
[Rule]
|
||||
# CUSTOM RULE
|
||||
# https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Quantumult/Filter/Extra/Apple/BlockiOSUpdate.list,⛔️Reject
|
||||
# https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Extra/Apple/BlockiOSUpdate.list,⛔️Reject
|
||||
|
||||
# Client
|
||||
# > Proxy
|
||||
@ -140,31 +140,31 @@ PROCESS-NAME,WebTorrent,🌐Direct
|
||||
PROCESS-NAME,WebTorrent Helper,🌐Direct
|
||||
|
||||
# Unbreak 后续规则修正
|
||||
RULE-SET,https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Surge/Ruleset/Unbreak.list,🌐Direct
|
||||
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Unbreak.list,🌐Direct
|
||||
|
||||
# Advertising 广告
|
||||
RULE-SET,https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Surge/Ruleset/Guard/Advertising.list,🛡Guard
|
||||
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Advertising.list,🛡Guard
|
||||
|
||||
# Privacy 隐私
|
||||
# RULE-SET,https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Surge/Ruleset/Guard/Privacy.list,🛡Guard
|
||||
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Privacy.list,🛡Guard
|
||||
|
||||
# Hijacking 运营商劫持或恶意网站
|
||||
RULE-SET,https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Surge/Ruleset/Guard/Hijacking.list,🛡Guard
|
||||
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Hijacking.list,🛡Guard
|
||||
|
||||
# Streaming 国际流媒体服务
|
||||
RULE-SET,https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Surge/Ruleset/StreamingMedia/Streaming.list,🎞Streaming
|
||||
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Streaming.list,🎞Streaming
|
||||
|
||||
# StreamingSE 中国流媒体服务(面向海外版本)
|
||||
RULE-SET,https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Surge/Ruleset/StreamingMedia/StreamingSE.list,🎞StreamingSE
|
||||
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/StreamingSE.list,🎞StreamingSE
|
||||
|
||||
# Apple 服务
|
||||
# 在 https://github.com/DivineEngine/Profiles/tree/master/Surge/Rulesets/Extra/Apple 获取所需服务引入 Ruleset 类型规则及新建策略组。
|
||||
|
||||
# Global 全球加速
|
||||
RULE-SET,https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Surge/Ruleset/Global.list,🌑Proxy
|
||||
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Global.list,🌑Proxy
|
||||
|
||||
# China 中国直连
|
||||
RULE-SET,https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Surge/Ruleset/China.list,🌐Direct
|
||||
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/China.list,🌐Direct
|
||||
|
||||
# Local Area Network 局域网
|
||||
IP-CIDR,192.168.0.0/16,🌐Direct
|
||||
@ -175,10 +175,10 @@ IP-CIDR,100.64.0.0/10,🌐Direct
|
||||
IP-CIDR,224.0.0.0/4,🌐Direct
|
||||
|
||||
# IP Blackhole
|
||||
RULE-SET,https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Surge/Ruleset/Extra/IP-Blackhole.list,🌑Proxy
|
||||
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/IP-Blackhole.list,🌑Proxy
|
||||
|
||||
# 使用来自 ipipdotnet 的 ChinaIP 以解决数据不准确的问题,使用 ChinaIP.list 时禁用「GEOIP,CN」规则
|
||||
# RULE-SET,https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Surge/Ruleset/Extra/ChinaIP.list,🌐Direct
|
||||
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/ChinaIP.list,🌐Direct
|
||||
# GeoIP China
|
||||
GEOIP,CN,🌐Direct
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user