mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
14 lines
248 B
Go
14 lines
248 B
Go
package option
|
|
|
|
type NodeManagerServerServiceOptions struct {
|
|
ListenOptions
|
|
InboundTLSOptionsContainer
|
|
Manager string `json:"manager"`
|
|
}
|
|
|
|
type NodeManagerClientServiceOptions struct {
|
|
DialerOptions
|
|
ServerOptions
|
|
OutboundTLSOptionsContainer
|
|
}
|