rollback for utls

This commit is contained in:
wenyifan
2022-10-14 18:05:59 +08:00
parent 577eba2242
commit 6f48753890
6 changed files with 6 additions and 19 deletions

2
ws.go
View File

@ -5,6 +5,7 @@ import (
"crypto/sha1"
"crypto/tls"
"encoding/base64"
"github.com/gorilla/websocket"
"io"
"net"
"net/http"
@ -15,7 +16,6 @@ import (
"net/url"
"github.com/go-log/log"
"github.com/gorilla/websocket"
smux "github.com/xtaci/smux"
)