diff --git a/proxy/shadowsocks/init.go b/proxy/shadowsocks/init.go index 0d5f92a8f..17cf75d5a 100644 --- a/proxy/shadowsocks/init.go +++ b/proxy/shadowsocks/init.go @@ -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)) }