Пример #1
0
func init() {
	json.RegisterOutboundConnectionConfig("freedom", func() interface{} {
		return &FreedomConfiguration{}
	})
}
Пример #2
0
func init() {
	jsonconfig.RegisterOutboundConnectionConfig("vmess", func() interface{} {
		return new(Outbound)
	})
}
Пример #3
0
func init() {
	json.RegisterOutboundConnectionConfig("blackhole", func() interface{} {
		return new(BlackHoleConfig)
	})
}