Files
sing-box-extended-mirror/option/ssmapi.go
T

12 lines
216 B
Go
Raw Normal View History

2025-04-14 15:41:20 +08:00
package option
import (
"github.com/sagernet/sing/common/json/badjson"
)
type SSMAPIServiceOptions struct {
ListenOptions
Servers *badjson.TypedMap[string, string] `json:"servers"`
InboundTLSOptionsContainer
}