mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-18 02:16:10 -05:00
bug fix
This commit is contained in:
parent
a54c39b4ac
commit
5e1c6fe816
@ -4,7 +4,6 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"encoding/json"
|
|
||||||
"v2ray.com/core/common/loader"
|
"v2ray.com/core/common/loader"
|
||||||
"v2ray.com/core/common/protocol"
|
"v2ray.com/core/common/protocol"
|
||||||
"v2ray.com/core/proxy/shadowsocks"
|
"v2ray.com/core/proxy/shadowsocks"
|
||||||
@ -108,6 +107,8 @@ func (this *ShadowsocksClientConfig) Build() (*loader.TypedSettings, error) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
serverSpecs[idx] = ss
|
||||||
}
|
}
|
||||||
|
|
||||||
return loader.NewTypedSettings(config), nil
|
return loader.NewTypedSettings(config), nil
|
||||||
|
Loading…
Reference in New Issue
Block a user