Skip to content

Commit

Permalink
add a README
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Oct 5, 2024
1 parent b123934 commit f51732c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Proxying IP over HTTP

[![PkgGoDev](https://pkg.go.dev/badge/github.com/quic-go/connect-ip-go)](https://pkg.go.dev/github.com/quic-go/connect-ip-go)
[![Code Coverage](https://img.shields.io/codecov/c/github/quic-go/connect-ip-go/master.svg?style=flat-square)](https://codecov.io/gh/quic-go/connect-ip-go/)

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.


## 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.

0 comments on commit f51732c

Please sign in to comment.