Add ssm-api service

This commit is contained in:
世界
2025-04-14 15:41:20 +08:00
parent ae3b943b93
commit 40be0627f5
11 changed files with 673 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ type ShadowsocksInboundOptions struct {
Users []ShadowsocksUser `json:"users,omitempty"`
Destinations []ShadowsocksDestination `json:"destinations,omitempty"`
Multiplex *InboundMultiplexOptions `json:"multiplex,omitempty"`
Managed bool `json:"managed,omitempty"`
}
type ShadowsocksUser struct {