modulepackage
0.0.0-20241112091351-321f13c3d203
Repository: https://github.com/quic-go/connect-ip-go.git
Documentation: pkg.go.dev
# README
Proxying IP over HTTP
connect-ip-go is a partial implementation of the CONNECT-IP protocol RFC 9484, based on quic-go. It provides both a client and a proxy implementation.
Release Policy
connect-ip-go always aims to support the latest two Go releases.
Contributing
We are always happy to welcome new contributors! If you have any questions, please feel free to reach out by opening an issue or leaving a comment.
# Functions
Dial dials a proxied connection to a target server.
No description provided by the author
# Structs
AssignedAddress represents an Assigned Address within an ADDRESS_ASSIGN capsule.
No description provided by the author
Conn is a connection that proxies IP packets over HTTP/3.
IPRoute represents an IP Address Range.
No description provided by the author
Request is the parsed CONNECT-IP request returned from ParseRequest.
RequestedAddress represents an Requested Address within an ADDRESS_REQUEST capsule.
RequestParseError is returned from ParseRequest if parsing the CONNECT-UDP request fails.