mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 03:34:13 +08:00
713 B
713 B
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.
Example:
{
"servers": {
"/": "ss-in"
}
}
tls
TLS configuration, see TLS.