Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseOutbound ¶
type Config ¶
type Config struct {
Policy *Policy `json:"policy"`
Log *Log `json:"log"`
Inbounds []*Inbound `json:"inbounds"`
Outbounds []*ShadowsocksOutbound `json:"outbounds"`
Routing *Routing `json:"routing"`
}
type InboundSettings ¶
type OutboundSettings ¶
type OutboundSettings struct {
Servers []*ShadowsocksServer `json:"servers"`
}
type ShadowsocksOutbound ¶
type ShadowsocksOutbound struct {
BaseOutbound
Settings *OutboundSettings `json:"settings"`
StreamSettings *StreamSettings `json:"streamSettings"`
Mux *Mux `json:"mux"`
}
func (ShadowsocksOutbound) PrettyComment ¶ added in v0.0.5
func (o ShadowsocksOutbound) PrettyComment() string
type ShadowsocksServer ¶
type StreamSettings ¶
type StreamSettings struct {
Network string `json:"network"`
}
Click to show internal directories.
Click to hide internal directories.