You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quicpassthrough is similar to tlspassthrough,
listening for quic connections on the same port
and sending to different backends based on the quic sni(or server_name)
Do you think this is a good idea?
I have checked a lot of documents and information, but couldn't find any software or product with this function.