Skip to content

TUIC

The example uses TUIC v5. For v4, delete uuid and password and use token: YOUR_TOKEN. Never keep both authentication forms.

Node example

Merge this node into the configuration’s proxies list. Replace example addresses, identities, and credentials. If you rename Node, update group references too.

yaml
proxies:
  - name: Node
    type: tuic
    server: proxy.example.com
    port: 443
    uuid: 00000000-0000-4000-8000-000000000001
    password: YOUR_PASSWORD
    sni: proxy.example.com
    alpn: [h3]
    udp-relay-mode: native

Protocol fields

FieldHow to configure it
uuid / passwordTUIC v5 credentials; do not also set token.
tokenTUIC v4 authentication; remove uuid and password.
udp-relay-modenative or quic, according to the service and network.
congestion-controllercubic, new_reno, or bbr.
heartbeat-interval / request-timeoutHeartbeat interval and request timeout in milliseconds.
reduce-rtt / disable-snireduce-rtt controls early handshake. disable-sni also disables ordinary TLS verification; normally keep it false.

Groups and rules · Common fields · TLS · Transports

Reference: mihomo.