Add uTLS client

This commit is contained in:
世界
2022-09-10 10:27:00 +08:00
parent 3ad4370fa5
commit 2f437a0382
15 changed files with 331 additions and 44 deletions

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: