mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
502 B
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.