mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
59 lines
750 B
Markdown
59 lines
750 B
Markdown
---
|
|
icon: material/new-box
|
|
---
|
|
|
|
!!! question "Since sing-box 1.12.0"
|
|
|
|
### 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.
|
|
|
|
Default padding scheme:
|
|
|
|
```
|
|
stop=8
|
|
0=34-120
|
|
1=100-400
|
|
2=400-500,c,500-1000,c,400-500,c,500-1000,c,500-1000,c,400-500
|
|
3=500-1000
|
|
4=500-1000
|
|
5=500-1000
|
|
6=500-1000
|
|
7=500-1000
|
|
```
|
|
|
|
#### tls
|
|
|
|
TLS configuration, see [TLS](/configuration/shared/tls/#inbound).
|