diff --git a/service/inbounds.go b/service/inbounds.go index ad6526b..8d11512 100644 --- a/service/inbounds.go +++ b/service/inbounds.go @@ -66,6 +66,9 @@ func (s *InboundService) GetAll() (*[]map[string]interface{}, error) { if inbound.Type == "shadowtls" { json.Unmarshal(restFields["version"], &shadowtls_version) } + if inbound.Type == "shadowsocks" { + inbData["managed"] = restFields["managed"] + } } if s.hasUser(inbound.Type) { if inbound.Type == "shadowtls" && shadowtls_version < 3 {