fixup! fix: Converter for password of ss2022 and ws
This commit is contained in:
parent
c3671a154d
commit
449946cc15
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ func ConvertsV2Ray(buf []byte) ([]map[string]any, error) {
|
||||||
)
|
)
|
||||||
|
|
||||||
if password, found = urlSS.User.Password(); !found {
|
if password, found = urlSS.User.Password(); !found {
|
||||||
dcBuf, _ := encRaw.DecodeString(cipher)
|
dcBuf, _ := enc.DecodeString(cipher)
|
||||||
cipher, password, found = strings.Cut(string(dcBuf), ":")
|
cipher, password, found = strings.Cut(string(dcBuf), ":")
|
||||||
if !found {
|
if !found {
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue