Skip to content

Relay

1
2
3
4
5
6
7
8
9
Proxy Groups:
# Traffic: Clash <-> http <-> vmess <-> ss1 <-> ss2 <-> Internet
- name: "relay"
  type: relay
  proxies:
    - http
    - vmess
    - ss1
    - ss2

Warning

The relay strategy is about to be deprecated. Please use dialer-proxy.

WireGuard currently does not support usage in relay, so please also use dialer-proxy.

The traffic flow is Clash <-> http <-> vmess <-> ss1 <-> ss2 <-> Internet.

About UDP

Relay supports the transmission of UDP, provided that both the head and tail nodes of the proxy chain support UDP over TCP. Currently, the protocols that support UDP include vmess, vless, trojan, ss, ssr, and tuic.