コード例 #1
0
ファイル: config_json.go プロジェクト: DZLZHCODE/v2ray-core
func init() {
	registry.RegisterOutboundConfig("blackhole", func() interface{} { return new(Config) })
}
コード例 #2
0
ファイル: config_json.go プロジェクト: DZLZHCODE/v2ray-core
func init() {
	registry.RegisterOutboundConfig("vmess", func() interface{} { return new(Config) })
}
コード例 #3
0
func init() {
	registry.RegisterOutboundConfig("socks", func() interface{} { return new(ClientConfig) })
}