Is this a new feature request?
Name of mod
As it currently stands you must create a custom proxy-conf to enable QUIC support. It would be great if it could be enabled using a Docker label.
Wanted change
swag_quick=enable would uncomment
listen 443 quic;
listen [::]:443 quic;
Reason for change
Easier setup and the custom configs would stay current with upstream updates.
Proposed code change
No response
Is this a new feature request?
Name of mod
As it currently stands you must create a custom proxy-conf to enable QUIC support. It would be great if it could be enabled using a Docker label.
Wanted change
swag_quick=enable would uncomment
listen 443 quic;
listen [::]:443 quic;
Reason for change
Easier setup and the custom configs would stay current with upstream updates.
Proposed code change
No response