sing-box/option/ssmapi.go
2025-06-06 23:17:46 +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
}