Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Outbound ¶
type Outbound struct {
Protocol string `json:"protocol"`
Tag string `json:"tag"`
StreamSettings json_util.RawMessage `json:"streamSettings"`
Mux json_util.RawMessage `json:"mux,omitempty"`
ProxySettings map[string]interface{} `json:"proxySettings,omitempty"`
Settings OutboundSettings `json:"settings,omitempty"`
}
type OutboundSettings ¶
type OutboundSettings struct {
Vnext []VnextSetting `json:"vnext,omitempty"`
Servers []ServerSetting `json:"servers,omitempty"`
}
type SUBController ¶
type SUBController struct {
// contains filtered or unexported fields
}
func NewSUBController ¶
type ServerSetting ¶
type SubJsonService ¶
type SubJsonService struct {
SubService *SubService
// contains filtered or unexported fields
}
func NewSubJsonService ¶
func NewSubJsonService(fragment string, noises string, mux string, rules string, subService *SubService) *SubJsonService
type SubService ¶
type SubService struct {
// contains filtered or unexported fields
}
func NewSubService ¶
func NewSubService(showInfo bool, remarkModel string) *SubService
type VnextSetting ¶
Click to show internal directories.
Click to hide internal directories.