更新 config/stash/stash20260824.yaml

This commit is contained in:
2026-08-25 21:30:20 +08:00
parent e5905150f5
commit f97a7ef0a6
+18 -12
View File
@@ -18,42 +18,48 @@ dns:
enable: true # 关闭将使用系统 DNS enable: true # 关闭将使用系统 DNS
ipv6: true # IPV6解析开关;如果为false,将返回ipv6结果为空 ipv6: true # IPV6解析开关;如果为false,将返回ipv6结果为空
enhanced-mode: fake-ip # 模式:redir-host或fake-ip enhanced-mode: fake-ip # 模式:redir-host或fake-ip
listen: 0.0.0.0:53 # DNS 监听地址 #listen: 0.0.0.0:53 # DNS 监听地址
default-nameserver: [223.5.5.5, 119.29.29.29, 114.114.114.114] default-nameserver: [223.5.5.5, 119.29.29.29]
# 解析非IP的dns用的dns服务器,只支持纯IP,(Meta可为其加密) # 解析非IP的dns用的dns服务器,只支持纯IP,(Meta可为其加密)
nameserver: [https://223.5.5.5/dns-query, https://1.12.12.12/dns-query] nameserver: [https://223.5.5.5/dns-query, https://119.29.29.29/dns-query]
# 默认DNS服务器,支持udp/tcp/dot/doh/doq # 默认DNS服务器,支持udp/tcp/dot/doh/doq
fallback:
- https://1.1.1.1/dns-query
- https://8.8.8.8/dns-query
fake-ip-range: 198.18.0.1/16 # Fake-IP 解析地址池 fake-ip-range: 198.18.0.1/16 # Fake-IP 解析地址池
fake-ip-filter: fake-ip-filter:
- '*.lan' - '*.lan'
- "rule-set:salem@cn,GitHub,fake-ip-filter" - "rule-set:salem@cn,GitHub,fake-ip-filter"
- 'geosite:cn' - 'geosite:cn'
# Fake-ip 过滤,列表中的域名返回真实IP # Fake-ip 过滤,列表中的域名返回真实IP
nameserver-policy:
'geosite:cn': [https://223.5.5.5/dns-query, https://119.29.29.29/dns-query]
#'geosite:geolocation-!cn': [https://1.1.1.1/dns-query, https://8.8.8.8/dns-query]
'rule-set:google,AI,geolocation-!cn': [https://1.1.1.1/dns-query, https://8.8.8.8/dns-query]
# 本地服务器 # 本地服务器
proxies: null proxies: null
# 订阅引用相关 # 订阅引用相关
u: &u {type: select, use: [Subscribe]} u: &u {type: select, use: [Salem]}
###锚点### ###锚点###
# 远程订阅相关 # 远程订阅相关
p: &p {type: http, interval: 86400, health-check: {enable: true, url: http://www.apple.com/library/test/success.html, interval: 300}} p: &p {type: http, interval: 86400, health-check: {enable: true, url: https://www.gstatic.com/generate_204, interval: 300}}
# 远程订阅 # 远程订阅
proxy-providers: proxy-providers:
Subscribe: {<<: *p, path: ./proxy_providers/subscribe.yaml, url: "https://salem.sswiwi.com/s/f822a5e21a58184c530e01eb1ae62115"} salem: {<<: *p, url: "https://salem.sswiwi.com/s/f822a5e21a58184c530e01eb1ae62115"}
# 1. 请使用Clash类型订阅链接填入引号""内使用, # 1. 请使用Clash类型订阅链接填入引号""内使用,
# 2. 或可使用通用订阅链接通过Sub-Store进行订阅转换(用于Stash)。 # 2. 或可使用通用订阅链接通过Sub-Store进行订阅转换(用于Stash)。
###锚点### ###锚点###
# 代理组相关 # 代理组相关
o1: &o1 {type: select, proxies: []} o1: &o1 {type: select, use: [Salem], proxies: []}
o2: &o2 {type: select, proxies: ['节点选择']} o2: &o2 {type: select, use: [Salem], proxies: ['节点选择']}
o3: &o3 {type: select, proxies: ['DIRECT', '节点选择']} o3: &o3 {type: select, use: [Salem], proxies: ['DIRECT', '节点选择']}
o4: &o4 {type: select, proxies: ['REJECT', 'DIRECT']} o4: &o4 {type: select, use: [Salem], proxies: ['REJECT', 'DIRECT']}
#o5: &o5 {type: select, include-all: true, proxies: ['节点选择']}
# 代理组 # 代理组
proxy-groups: proxy-groups: