func init() {
	internal.RegisterOutboundConfig("socks", func() interface{} { return new(ClientConfig) })
}
Exemple #2
0
func init() {
	internal.RegisterOutboundConfig("vmess", func() interface{} { return new(Config) })
}
Exemple #3
0
func init() {
	internal.RegisterOutboundConfig("blackhole", func() interface{} { return new(Config) })
}