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