mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
fix: ss converter cipher missing
This commit is contained in:
parent
3ff14869ae
commit
7d6ccebef7
|
@ -272,7 +272,7 @@ func ConvertsV2Ray(buf []byte) ([]map[string]any, error) {
|
|||
cipher string
|
||||
password string
|
||||
)
|
||||
|
||||
cipher = cipherRaw
|
||||
if password, found = urlSS.User.Password(); !found {
|
||||
dcBuf, _ := enc.DecodeString(cipherRaw)
|
||||
cipher, password, found = strings.Cut(string(dcBuf), ":")
|
||||
|
|
Loading…
Reference in New Issue
Block a user