Skip to content

Commit 7fa7d4f

Browse files
HMBSbigenekohasekai
authored andcommitted
ducumentation: update Shadowsocks inbound documentation for SSM API
1 parent f511ebc commit 7fa7d4f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/configuration/inbound/shadowsocks.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
"method": "2022-blake3-aes-128-gcm",
1111
"password": "8JCsPssfgS8tiRwiMlhARg==",
12+
"managed": false,
1213
"multiplex": {}
1314
}
1415
```
@@ -86,6 +87,10 @@ Both if empty.
8687
| 2022 methods | `sing-box generate rand --base64 <Key Length>` |
8788
| other methods | any string |
8889

90+
#### managed
91+
92+
Defaults to `false`. Enable this when the inbound is managed by the [SSM API](/configuration/service/ssm-api) for dynamic user.
93+
8994
#### multiplex
9095

9196
See [Multiplex](/configuration/shared/multiplex#inbound) for details.

docs/configuration/inbound/shadowsocks.zh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
"method": "2022-blake3-aes-128-gcm",
1111
"password": "8JCsPssfgS8tiRwiMlhARg==",
12+
"managed": false,
1213
"multiplex": {}
1314
}
1415
```
@@ -86,6 +87,10 @@ See [Listen Fields](/configuration/shared/listen/) for details.
8687
| 2022 methods | `sing-box generate rand --base64 <密钥长度>` |
8788
| other methods | 任意字符串 |
8889

90+
#### managed
91+
92+
默认为 `false`。当该入站需要由 [SSM API](/zh/configuration/service/ssm-api) 管理用户时必须启用此字段。
93+
8994
#### multiplex
9095

9196
参阅 [多路复用](/zh/configuration/shared/multiplex#inbound)

0 commit comments

Comments
 (0)