mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 01:22:07 +08:00
869 B
869 B
icon
icon |
---|
material/new-box |
!!! question "Since sing-box 1.12.0"
SSM API
SSM API service is a RESTful API server for managing Shadowsocks servers.
Structure
{
"type": "ssm-api",
... // Listen Fields
"servers": {},
"tls": {}
}
Listen Fields
See Listen Fields for details.
Fields
servers
==Required==
A mapping Object from HTTP endpoints to Shadowsocks Inbound tags.
Selected Shadowsocks inbounds must be configured with managed enabled.
Example:
{
"servers": {
"/": "ss-in"
}
}
tls
TLS configuration, see TLS.