mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 03:34:13 +08:00
12 lines
216 B
Go
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
|
|
}
|