Exemplo n.º 1
0
func init() {
	json.RegisterOutboundConnectionConfig("freedom", func() interface{} {
		return &FreedomConfiguration{}
	})
}
Exemplo n.º 2
0
func init() {
	jsonconfig.RegisterOutboundConnectionConfig("vmess", func() interface{} {
		return new(Outbound)
	})
}
Exemplo n.º 3
0
func init() {
	json.RegisterOutboundConnectionConfig("blackhole", func() interface{} {
		return new(BlackHoleConfig)
	})
}