insecure-reverse-proxy

Crates.ioinsecure-reverse-proxy
lib.rsinsecure-reverse-proxy
version0.1.0
created_at2025-03-09 00:08:37.563266+00
updated_at2025-03-09 00:08:37.563266+00
descriptionA simple reverse proxy service for tower based off hyper-reverse-proxy.
homepage
repository
max_upload_size
id1584946
size55,062
Isaac Snow (ijsnow)

documentation

README

insecure-reverse-proxy

The reverse proxy code in this utility crate is taken almost entirely from hyper-reverse-proxy. The changes are as follows:

  • Updated all dependencies
  • Modified so it is more generic
  • Implemented a tower service so that it can be used with tower and axum.

As such all credit should go to the authors of hyper-reverse-proxy and their license has been included.

Insecure?

It seems like the authors of hyper-reverse-proxy did put effort into keeping it secure, however this is utility crate was only put together to proxy servers on localhost. Others can take this code and put the effort into maintaining a reverse proxy intended to be used in more precarious situations if they'd like.

Commit count: 0

cargo fmt