Add uTLS support for shadowtls

This commit is contained in:
世界
2023-02-21 20:42:44 +08:00
parent 6fb673aee4
commit 0188c2d67d
10 changed files with 55 additions and 31 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"net/url"
"strconv"
utls "github.com/refraction-networking/utls"
utls "github.com/sagernet/utls"
"google.golang.org/grpc/credentials"
)