使用指南 / 功能詳解

策略組四種型別:select、url-test、fallback、load-balance

功能詳解 · 2025-09-03 更新 · 約 2 分鐘

Proxies 頁面看到的分組叫「策略組」,規則命中某個策略組後,實際走哪個節點由策略組的型別決定:

配置示例

proxy-groups:
  - name: 自動選擇
    type: url-test
    proxies: [香港01, 香港02, 日本01]
    url: http://www.gstatic.com/generate_204
    interval: 300

interval 是自動測試間隔(秒)。url-test 與 fallback 都需要 urlinterval 欄位才能工作。訂閱使用者不需要自己寫這些——服務商已經配好,理解含義即可看懂 Proxies 頁面的結構。