Skip to content

AnyTLS

Start with the server password and hostname. AnyTLS does not support a REALITY combination.

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

Protocol fields

FieldHow to configure it
password / sniServer password and TLS name.
client-fingerprintOptional TLS client fingerprint, for example chrome.
idle-session-check-intervalIdle-session check interval in seconds; default 30.
idle-session-timeoutIdle session lifetime in seconds; default 30.
min-idle-sessionMinimum retained idle sessions; default 0.
client-metadataSet client metadata only when required by the service.

Groups and rules · Common fields · TLS · Transports

Reference: mihomo.