Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)