sing-box/docs/configuration/inbound/anytls.md
2025-03-29 23:12:03 +08:00

502 B

Structure

{
  "type": "anytls",
  "tag": "anytls-in",

  ... // Listen Fields

  "users": [
    {
      "name": "sekai",
      "password": "8JCsPssfgS8tiRwiMlhARg=="
    }
  ],
  "padding_scheme": [],
  "tls": {}
}

Listen Fields

See Listen Fields for details.

Fields

users

==Required==

AnyTLS users.

padding_scheme

AnyTLS padding scheme line array.

tls

TLS configuration, see TLS.