Closed przemyslaw0 closed 2 months ago
As Glider has UDP TPROXY support, HTTP/3 proxy support could be implemented: https://datatracker.ietf.org/doc/html/rfc9298
GOST already has this feature:
https://github.com/go-gost/x/tree/master/dialer/http3 https://github.com/go-gost/x/tree/master/listener/http3 https://github.com/go-gost/x/tree/master/handler/http3
Remembering that HTTP/1.1 and HTTP/2.0 CONNECT operations can also works over HTTP/3 proxy.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.
As Glider has UDP TPROXY support, HTTP/3 proxy support could be implemented: https://datatracker.ietf.org/doc/html/rfc9298
GOST already has this feature:
https://github.com/go-gost/x/tree/master/dialer/http3 https://github.com/go-gost/x/tree/master/listener/http3 https://github.com/go-gost/x/tree/master/handler/http3
Remembering that HTTP/1.1 and HTTP/2.0 CONNECT operations can also works over HTTP/3 proxy.