mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
docs: switch CI badge from gaukas to refraction (#11)
This commit is contained in:
parent
9d3fe2aa07
commit
e725752674
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#  <img src="docs/quic.png" alt="drawing" width="200"/> uQUIC
|
#  <img src="docs/quic.png" alt="drawing" width="200"/> uQUIC
|
||||||
[](https://github.com/gaukas/uquic/actions/workflows/go_build.yml)
|
[](https://github.com/refraction-networking/uquic/actions/workflows/go_build.yml)
|
||||||
[](https://github.com/gaukas/uquic/actions/workflows/ginkgo_test.yml)
|
[](https://github.com/refraction-networking/uquic/actions/workflows/ginkgo_test.yml)
|
||||||
[](https://godoc.org/github.com/refraction-networking/uquic)
|
[](https://godoc.org/github.com/refraction-networking/uquic)
|
||||||
---
|
---
|
||||||
uQUIC is a fork of [quic-go](https://github.com/refraction-networking/uquic), which provides Initial Packet fingerprinting resistance and other features. While the handshake is still performed by quic-go, this library provides interface to customize the unencrypted Initial Packet which may reveal fingerprint-able information.
|
uQUIC is a fork of [quic-go](https://github.com/refraction-networking/uquic), which provides Initial Packet fingerprinting resistance and other features. While the handshake is still performed by quic-go, this library provides interface to customize the unencrypted Initial Packet which may reveal fingerprint-able information.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue