Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T11:09:19.000Z (5 months ago)
- Last Synced: 2024-10-19T05:56:57.173Z (19 days ago)
- Topics: go, golang, http3, quic, sni, tls
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 17
- 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
![Build status](https://github.com/cuonglm/quicsni/actions/workflows/ci.yml/badge.svg?branch=main)
[![Go Reference](https://pkg.go.dev/badge/github.com/cuonglm/quicsni.svg)](https://pkg.go.dev/github.com/cuonglm/quicsni)
[![Go Report Card](https://goreportcard.com/badge/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)