Sign inSign up

dedsecrattle/qrux

By dedsecrattle

Updated 6 months ago

Qrux is a QUIC / HTTP/3–terminating proxy that forwards traffic to HTTP/1.1 backends over TCP.

Image
Networking
API management
Developer tools
0

1.7K

dedsecrattle/qrux repository overview

Qrux

Qrux is a QUIC / HTTP/3–terminating proxy that forwards traffic to HTTP/1.1 backends over TCP.

Quick run

Map UDP for QUIC and mount your config + TLS certs:

docker run --rm \
  -p 8443:8443/udp \
  -p 8444:8444 \
  -p 9090:9090 \
  -v /path/to/proxy.toml:/etc/qrux/proxy.toml:ro \
  -v /path/to/certs:/etc/qrux/certs:ro \
  dedsecrattle/qrux:latest

See the repository README and docker-compose example for full options.

Tag summary

Content type

Image

Digest

sha256:2f2c4c499

Size

33.7 MB

Last updated

6 months ago

docker pull dedsecrattle/qrux