mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
fix: convert https (#2102)
This commit is contained in:
@@ -560,6 +560,9 @@ func ConvertsV2Ray(buf []byte) ([]map[string]any, error) {
|
||||
socks["username"] = username
|
||||
socks["password"] = password
|
||||
socks["skip-cert-verify"] = true
|
||||
if scheme == "https" {
|
||||
socks["tls"] = true
|
||||
}
|
||||
|
||||
proxies = append(proxies, socks)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user