Add probe-proxy-path.py for Clash Meta controller/egress identity, surface manhuang.net_path in collect, re-score chain exit without using free-proxy alive counts as quality, and redesign channels tab to lead with airport path layers.
51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
# 蛮荒 · 网络供应链配置样例
|
||
# 复制到 ~/.config/manhuang/proxy-path.yml 后按本机修改
|
||
# 密钥只用环境变量,勿把 secret 写进本文件提交
|
||
|
||
version: 1
|
||
|
||
controllers:
|
||
# 本机实测:Meta 常在 9090 无鉴权 /version;Verge 配置写 9097 且可能有 secret
|
||
- name: clash-meta-9090
|
||
kind: clash-meta
|
||
base_url: "http://127.0.0.1:9090"
|
||
enabled: true
|
||
- name: clash-verge-9097
|
||
kind: clash-meta
|
||
base_url: "http://127.0.0.1:9097"
|
||
secret_env: CLASH_CONTROLLER_SECRET
|
||
enabled: true
|
||
|
||
profiles:
|
||
- id: manhuang-osint
|
||
label: 蛮荒 OSINT / 黑市 clearnet 探价
|
||
prefer_direct: false
|
||
- id: shenzhou-prod
|
||
label: 神州生产(应直连或专线)
|
||
prefer_direct: true
|
||
- id: personal
|
||
label: 个人浏览
|
||
prefer_direct: false
|
||
- id: direct
|
||
label: 系统直连
|
||
prefer_direct: true
|
||
|
||
# 节点抽样探测目标(仅 HTTPS 健康,非扫描)
|
||
sample_targets:
|
||
- "https://www.gstatic.com/generate_204"
|
||
- "https://cp.cloudflare.com/"
|
||
|
||
# 这些域名若经「机场 profile」出站 → 串线告警
|
||
never_via_proxy:
|
||
- support.weixiaoduo.com
|
||
- mall.weixiaoduo.com
|
||
- feicode.com
|
||
- weixiaoduo.com
|
||
|
||
# 不采集、不展示
|
||
privacy:
|
||
store_subscription_url: false
|
||
store_node_server: false
|
||
store_secrets: false
|
||
# 仅存 sha256 前 12 位
|
||
subscription_hash_prefix: 12
|