Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 351 Bytes

README.rst

File metadata and controls

22 lines (13 loc) · 351 Bytes

About

This is a small tool that queries QUIC servers for their supported versions.

It's implemented in python3.

image

Installation

Global:

$ pip install quic-version-detector

Or inside virtual environment:

$ virtualenv --python=python3 pyenv
$ pyenv/bin/pip install quic-version-detector