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
connect-ip-go is a partial implementation of the CONNECT-IP protocol [RFC 9484](https://datatracker.ietf.org/doc/html/rfc9484), based on [quic-go](https://github.com/quic-go/quic-go). It provides both a client and a proxy implementation.
6
+
connect-ip-go is an implementation of the CONNECT-IP protocol [RFC 9484](https://datatracker.ietf.org/doc/html/rfc9484), allowing the proxying of IP packets in HTTP/3.
7
+
8
+
It is based on [quic-go](https://github.com/quic-go/quic-go), and provides both a client and a proxy implementation.
9
+
10
+
At this point, it supports the following use cases:
11
+
* Remote Access VPN, see [Section 8.1 of RFC 9484](https://datatracker.ietf.org/doc/html/rfc9484#section-8.1)
12
+
* Site-to-Site VPN, see [Section 8.2 of RFC 9484](https://datatracker.ietf.org/doc/html/rfc9484#section-8.2)
0 commit comments