https://github.com/cuonglm/quicsni
Reading SNI value from quic Initial Packet.
https://github.com/cuonglm/quicsni
go golang http3 quic sni tls
Last synced: 8 months ago
JSON representation
Reading SNI value from quic Initial Packet.
- Host: GitHub
- URL: https://github.com/cuonglm/quicsni
- Owner: cuonglm
- License: other
- Created: 2023-05-07T09:59:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T08:48:17.000Z (over 1 year ago)
- Last Synced: 2025-03-18T02:11:42.666Z (about 1 year ago)
- Topics: go, golang, http3, quic, sni, tls
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# quicsni

[](https://pkg.go.dev/github.com/cuonglm/quicsni)
[](https://goreportcard.com/report/github.com/cuonglm/quicsni)
Reading SNI value from QUIC Initial Packet.
# Install
```shell
go get github.com/cuonglm/quicsni@latest
```
# Usage
See [Examples](https://pkg.go.dev/github.com/cuonglm/quicsni#pkg-examples)
# Contributing
See [Contribution Guideline](./CONTRIBUTING.md)
# Author
Cuong Manh Le
# License
See [LICENSE](https://github.com/cuonglm/quicsni/blob/main/LICENSE)