pull/314/head
Darien Raymond 2016-10-31 16:46:47 +01:00
parent a54c39b4ac
commit 5e1c6fe816
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import (
"errors"
"strings"
"encoding/json"
"v2ray.com/core/common/loader"
"v2ray.com/core/common/protocol"
"v2ray.com/core/proxy/shadowsocks"
@ -108,6 +107,8 @@ func (this *ShadowsocksClientConfig) Build() (*loader.TypedSettings, error) {
},
},
}
serverSpecs[idx] = ss
}
return loader.NewTypedSettings(config), nil