btcpayserver / btcpayserver-docker

Docker resources for hosting BTCPayServer easily
MIT License
560 stars 345 forks source link

Feature request: Add HTTP/3 support #879

Open michnovka opened 4 months ago

michnovka commented 4 months ago

Since we use Nginx 1.25.3 in docker, this supports by default the QUIC protocol (HTTP/3).

Enabling it is quite simple, just 3 lines in config, and allow UDP 443 port in firewall.

Can we have this?