mirror of https://github.com/v2ray/v2ray-core
register shadowsocks client factory
parent
5f3f173b5e
commit
cdb0debcb0
|
@ -7,6 +7,6 @@ import (
|
|||
|
||||
func init() {
|
||||
// Must happen after config is initialized
|
||||
|
||||
registry.MustRegisterOutboundHandlerCreator(loader.GetType(new(ClientConfig)), new(ClientFactory))
|
||||
registry.MustRegisterInboundHandlerCreator(loader.GetType(new(ServerConfig)), new(ServerFactory))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue