register shadowsocks client factory

pull/314/head
Darien Raymond 2016-11-02 16:38:09 +01:00
parent 5f3f173b5e
commit cdb0debcb0
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -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))
}