From 1a9e3430dd7a9d3579ebe183abed6596a414c5bf Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 5 Mar 2024 20:47:44 +0100 Subject: [PATCH] README update with note about this fork --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b2583..9055a87 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ +# This is a fork + +This repo contains a fork of the[original hyper-reverse-proxy +codebase][upstream], adding to it a few improvements: + +- Fix to a bug where the `Host` header was getting overwritten on the upstream + HTTP request. + +- Upgraded hyper version to 1.x (and fixes related to that upgrade) + +- Logging cleanup + +Plus more as time goes on. + +[upstream]: https://github.com/felipenoris/hyper-reverse-proxy # hyper-reverse-proxy @@ -163,4 +178,4 @@ Recommendations: It is highly recommended to use one of them. -> Currently only includes dns queries as `esni` or `ech` is still in draft by the `ietf` \ No newline at end of file +> Currently only includes dns queries as `esni` or `ech` is still in draft by the `ietf`