更新 config/flcalsh/flclash.yaml

This commit is contained in:
2026-08-27 14:15:02 +08:00
parent e686c9582b
commit 0f025322fe
+4 -3
View File
@@ -36,6 +36,7 @@ dns:
- https://223.5.5.5/dns-query - https://223.5.5.5/dns-query
- https://doh.pub/dns-query - https://doh.pub/dns-query
- system - system
'rule-set:salem@cn': [https://223.5.5.5/dns-query, https://doh.pub/dns-query]
'geosite:geolocation-!cn,google,category-ai-!cn': 'geosite:geolocation-!cn,google,category-ai-!cn':
- https://1.1.1.1/dns-query#Google - https://1.1.1.1/dns-query#Google
- https://8.8.8.8/dns-query#Google - https://8.8.8.8/dns-query#Google
@@ -87,7 +88,7 @@ dns:
# 本地服务器 # 本地服务器
proxies: proxies:
- {name: "🟢 直连", type: direct, udp: true}
# 订阅引用相关 # 订阅引用相关
u: &u {type: select, use: [Salem]} u: &u {type: select, use: [Salem]}
@@ -104,8 +105,8 @@ proxy-providers:
# 代理组相关 # 代理组相关
o1: &o1 {type: select, use: [Salem], proxies: []} o1: &o1 {type: select, use: [Salem], proxies: []}
o2: &o2 {type: select, use: [Salem], proxies: ['节点选择']} o2: &o2 {type: select, use: [Salem], proxies: ['节点选择']}
o3: &o3 {type: select, use: [Salem], proxies: ['🟢 直连', '节点选择']} o3: &o3 {type: select, use: [Salem], proxies: ['DIRECT', '节点选择']}
o4: &o4 {type: select, use: [Salem], proxies: ['节点选择', '🟢 直连']} o4: &o4 {type: select, use: [Salem], proxies: ['节点选择', 'DIRECT']}
o5: &o5 {type: select, use: [Salem], proxies: ['REJECT', 'DIRECT']} o5: &o5 {type: select, use: [Salem], proxies: ['REJECT', 'DIRECT']}
g5: &g5 {type: select, include-all: true} g5: &g5 {type: select, include-all: true}