Docs Config Manual Selection (select)

Manual Selection (select)

The most basic proxy group type — the nodes are listed here, and you (or your dashboard) manually pick one to use. There's no automatic switching.

Example Config

config.yaml YAML
proxy-groups:
  - name: Proxy
    type: select
    proxies:
      - ss
      - vmess
      - auto
    # default-selected: ss
    # disable-udp: true

There's no automatic logic at all — it just bundles a few nodes/proxy groups together for you to click through manually in the dashboard. The most common pattern: create a select group per app/region, then nest a url-test group inside it as an automatic fallback.

See common fields for the rest.