mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
fix: README.md build status badge
Badge was linked to url with bad incorrect filenames.
This commit is contained in:
parent
0d323c5cb0
commit
65a944f39a
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +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/refraction-networking/uquic/actions)[](https://github.com/refraction-networking/uquic/actions)
|
[](https://github.com/gaukas/uquic/actions/workflows/go1.20.yml)
|
||||||
|
[](https://github.com/gaukas/uquic/actions/workflows/go1.21.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