Qrux is a QUIC / HTTP/3–terminating proxy that forwards traffic to HTTP/1.1 backends over TCP.
1.7K
Qrux is a QUIC / HTTP/3–terminating proxy that forwards traffic to HTTP/1.1 backends over TCP.
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.
Content type
Image
Digest
sha256:2f2c4c499…
Size
33.7 MB
Last updated
6 months ago
docker pull dedsecrattle/qrux