sing-box/option/ssmapi.go
2025-05-29 11:31:37 +08:00

12 lines
216 B
Go

package option
import (
"github.com/sagernet/sing/common/json/badjson"
)
type SSMAPIServiceOptions struct {
ListenOptions
Servers *badjson.TypedMap[string, string] `json:"servers"`
InboundTLSOptionsContainer
}