nadoo / glider

glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
GNU General Public License v3.0
3.07k stars 418 forks source link

[Feature Request] Implement RFC 9298 (HTTP/3 proxy support for UDP) #411

Closed przemyslaw0 closed 2 weeks ago

przemyslaw0 commented 3 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.

github-actions[bot] commented 3 weeks ago

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.