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