PortRedirect-RS
Glue your frontend to the backend!
PortRedirect-RS is split into server and client side.
Server: Redirects incoming TCP connections (e.g. port 443) to a remote client through a persistent QUIC connection. Acts as a QUIC server.
Client: Redirects incoming server-initiated QUIC streams to a destination TCP host and port (e.g. localhost:443). Acts as a QUIC client to the QUIC server, i.e. initiates the QUIC connection.
Testing the server
RUST_LOG=tracing=debug
Testing the client
RUST_LOG=tracing=debug
Limitations
- Currently IPv4-only, TCP-only
- Currently 1 server, 1 client in a 1:1 QUIC connection
License
GPL-3.0-only