User Guide / Features

The four proxy-group types: select, url-test, fallback, load-balance

Features · Updated 2025-09-03 · ~2 min read

The groups on the Proxies page are "proxy groups". When a rule targets a group, the group's type decides which node actually carries the traffic:

Example

proxy-groups:
  - name: Auto
    type: url-test
    proxies: [HK-01, HK-02, JP-01]
    url: http://www.gstatic.com/generate_204
    interval: 300

interval is the re-test period in seconds. Both url-test and fallback need url and interval to function. Subscription users do not have to write any of this — the provider already did; knowing the meaning is enough to read the Proxies page structure.