Add uTLS client

This commit is contained in:
世界
2022-09-10 22:10:45 +08:00
parent 3ad4370fa5
commit 2f437a0382
15 changed files with 331 additions and 44 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ test:
@go test -v . && \
pushd test && \
go mod tidy && \
go test -v -tags with_quic,with_wireguard,with_grpc . && \
go test -v -tags with_quic,with_wireguard,with_grpc,with_ech,with_utls . && \
popd
clean: