shadowsocks manageable

This commit is contained in:
Alireza Ahmadi
2025-05-28 23:00:40 +02:00
parent fc410c9a8d
commit 118baf12df
+3
View File
@@ -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 {