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