|
|
@@ -9,6 +9,7 @@
|
|
|
|
|
|
"method": "2022-blake3-aes-128-gcm",
|
|
|
"password": "8JCsPssfgS8tiRwiMlhARg==",
|
|
|
+ "managed": false,
|
|
|
"multiplex": {}
|
|
|
}
|
|
|
```
|
|
|
@@ -86,6 +87,10 @@ Both if empty.
|
|
|
| 2022 methods | `sing-box generate rand --base64 <Key Length>` |
|
|
|
| other methods | any string |
|
|
|
|
|
|
+#### managed
|
|
|
+
|
|
|
+Defaults to `false`. Enable this when the inbound is managed by the [SSM API](/configuration/service/ssm-api) for dynamic user.
|
|
|
+
|
|
|
#### multiplex
|
|
|
|
|
|
See [Multiplex](/configuration/shared/multiplex#inbound) for details.
|