Update traefik.yml

add quic http3
This commit is contained in:
LRVT 2024-05-23 22:28:53 +02:00 committed by GitHub
parent 82c3ec86fa
commit 434983b5b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,9 @@ entryPoints:
forwardedHeaders: forwardedHeaders:
# Reuse list of Cloudflare Trusted IP's above for HTTPS requests # Reuse list of Cloudflare Trusted IP's above for HTTPS requests
trustedIPs: *trustedIps trustedIPs: *trustedIps
# enable HTTP3 QUIC via UDP/443
#http3:
# advertisedPort: '443'
http: http:
tls: tls:
# Generate a wildcard domain certificate # Generate a wildcard domain certificate