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

@ -7,7 +7,7 @@ import (
"encoding/base64"
"errors"
"fmt"
tlsC "github.com/Dreamacro/clash/common/tls"
tlsC "github.com/Dreamacro/clash/component/tls"
"io"
"net"
"net/http"

View File

@ -5,7 +5,7 @@ import (
"crypto/tls"
"crypto/x509"
"fmt"
tlsC "github.com/Dreamacro/clash/common/tls"
tlsC "github.com/Dreamacro/clash/component/tls"
"github.com/Dreamacro/clash/transport/hysteria/core"
"github.com/Dreamacro/clash/transport/hysteria/obfs"
"github.com/Dreamacro/clash/transport/hysteria/pmtud_fix"

View File

@ -5,7 +5,7 @@ import (
"crypto/tls"
"errors"
"fmt"
tlsC "github.com/Dreamacro/clash/common/tls"
tlsC "github.com/Dreamacro/clash/component/tls"
"io"
"net"
"strconv"

View File

@ -4,7 +4,7 @@ import (
"context"
"crypto/tls"
"fmt"
tlsC "github.com/Dreamacro/clash/common/tls"
tlsC "github.com/Dreamacro/clash/component/tls"
"net"
"net/http"
"strconv"

View File

@ -7,7 +7,7 @@ import (
"errors"
"fmt"
"github.com/Dreamacro/clash/common/convert"
tlsC "github.com/Dreamacro/clash/common/tls"
tlsC "github.com/Dreamacro/clash/component/tls"
"io"
"net"
"net/http"

View File

@ -5,7 +5,7 @@ import (
"crypto/tls"
"errors"
"fmt"
tlsC "github.com/Dreamacro/clash/common/tls"
tlsC "github.com/Dreamacro/clash/component/tls"
"net"
"net/http"
"strconv"