fix: skip-cert-verify not work

This commit is contained in:
Skyxim
2022-07-11 12:37:27 +08:00
parent dbce268692
commit ab8e9e7d7a
13 changed files with 24 additions and 21 deletions

View File

@ -2,7 +2,7 @@ package executor
import (
"fmt"
"github.com/Dreamacro/clash/common/tls"
"github.com/Dreamacro/clash/component/tls"
"github.com/Dreamacro/clash/listener/inner"
"net/netip"
"os"