mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 03:34:13 +08:00
documentation: Fix anytls padding scheme description
This commit is contained in:
parent
1a9747a531
commit
8447a3edfe
@ -42,16 +42,18 @@ AnyTLS padding scheme line array.
|
|||||||
|
|
||||||
Default padding scheme:
|
Default padding scheme:
|
||||||
|
|
||||||
```
|
```json
|
||||||
stop=8
|
[
|
||||||
0=30-30
|
"stop=8",
|
||||||
1=100-400
|
"0=30-30",
|
||||||
2=400-500,c,500-1000,c,500-1000,c,500-1000,c,500-1000
|
"1=100-400",
|
||||||
3=9-9,500-1000
|
"2=400-500,c,500-1000,c,500-1000,c,500-1000,c,500-1000",
|
||||||
4=500-1000
|
"3=9-9,500-1000",
|
||||||
5=500-1000
|
"4=500-1000",
|
||||||
6=500-1000
|
"5=500-1000",
|
||||||
7=500-1000
|
"6=500-1000",
|
||||||
|
"7=500-1000"
|
||||||
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### tls
|
#### tls
|
||||||
|
@ -42,16 +42,18 @@ AnyTLS 填充方案行数组。
|
|||||||
|
|
||||||
默认填充方案:
|
默认填充方案:
|
||||||
|
|
||||||
```
|
```json
|
||||||
stop=8
|
[
|
||||||
0=30-30
|
"stop=8",
|
||||||
1=100-400
|
"0=30-30",
|
||||||
2=400-500,c,500-1000,c,500-1000,c,500-1000,c,500-1000
|
"1=100-400",
|
||||||
3=9-9,500-1000
|
"2=400-500,c,500-1000,c,500-1000,c,500-1000,c,500-1000",
|
||||||
4=500-1000
|
"3=9-9,500-1000",
|
||||||
5=500-1000
|
"4=500-1000",
|
||||||
6=500-1000
|
"5=500-1000",
|
||||||
7=500-1000
|
"6=500-1000",
|
||||||
|
"7=500-1000"
|
||||||
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### tls
|
#### tls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user