mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 12:57:36 +03:00
39 lines
502 B
Markdown
39 lines
502 B
Markdown
### Structure
|
|
|
|
```json
|
|
{
|
|
"type": "anytls",
|
|
"tag": "anytls-in",
|
|
|
|
... // Listen Fields
|
|
|
|
"users": [
|
|
{
|
|
"name": "sekai",
|
|
"password": "8JCsPssfgS8tiRwiMlhARg=="
|
|
}
|
|
],
|
|
"padding_scheme": [],
|
|
"tls": {}
|
|
}
|
|
```
|
|
|
|
### Listen Fields
|
|
|
|
See [Listen Fields](/configuration/shared/listen/) for details.
|
|
|
|
### Fields
|
|
|
|
#### users
|
|
|
|
==Required==
|
|
|
|
AnyTLS users.
|
|
|
|
#### padding_scheme
|
|
|
|
AnyTLS padding scheme line array.
|
|
|
|
#### tls
|
|
|
|
TLS configuration, see [TLS](/configuration/shared/tls/#inbound).
|