Esempio n. 1
0
func init() {
	registry.RegisterOutboundConfig("blackhole", func() interface{} { return new(Config) })
}
Esempio n. 2
0
func init() {
	registry.RegisterOutboundConfig("vmess", func() interface{} { return new(Config) })
}
Esempio n. 3
0
func init() {
	registry.RegisterOutboundConfig("socks", func() interface{} { return new(ClientConfig) })
}