Skip to content

TrustTunnel ​

Start with credentials and the certificate hostname; enable QUIC or adjust reuse only to match server support.

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: trusttunnel
    server: proxy.example.com
    port: 443
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
    sni: proxy.example.com
    udp: true

Protocol fields ​

FieldHow to configure it
username / passwordServer credentials.
sniTLS server name.
quictrue enables QUIC; default false. The server must support it.
health-checkEnable protocol health checks.
max-connections / min-streams / max-streamsConnection reuse limits; do not combine max-streams with the other two.

Groups and rules · Common fields · TLS · Transports

Reference: mihomo.