Update README project status and example

This commit is contained in:
Tristan 2022-12-01 20:33:46 +00:00
parent e56a430d43
commit d245b94c81
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
Build scripts for HAProxy with QUIC Build scripts for HAProxy with QUIC
**PROJECT STATUS: BETA**. It will generally work fine and we've been using it in **PROJECT STATUS: STABLE**. We have been using it in our own production systems
production ourselves, but please be careful and pin versions explicitly for now. for months now without issues. If you rely on it for critical purposes, maintain
We don't exactly have time to triple check everything to never mess up (yet). your own fork, so that a potential tagging/CI issue doesn't cause you problems.
[[_TOC_]] [[_TOC_]]
@ -16,7 +16,7 @@ docker run -it \
-p "80:80" \ -p "80:80" \
-p "443:443/tcp" \ -p "443:443/tcp" \
-p "443:443/udp" \ -p "443:443/udp" \
registry.gitlab.com/mangadex-pub/haproxy:2.6-bullseye registry.gitlab.com/mangadex-pub/haproxy:2.7-bullseye
``` ```
## HTTP/3 and QUIC ## HTTP/3 and QUIC