I succeeded deployed the docker mod cloudflare in swag according to Zero Trust Hosting and Reverse Proxy via Cloudflare, SWAG and Authelia | LinuxServer.io, but there still have problem about cloudflare quic protocol. right now the protocol of quic is not works well for my currently ISP network, I saw there are many connection error in the log.
I tried to find possible reasons, after search, I found peoples say you can change the protocol from quic to http2, then the issue could be solved.
the method is add parameter in original cloudflare’s docker’s environment like below:
command: tunnel --no-autoupdate --protocol http2 run --token.
I tried it with cloudflare’s docker, it works.
but for the docker mod of cloudflared in swag, I can’t find the place where could put the parameter.
Could someone help to give me some advice about it, thanks!