From 68a444c17ce1a592c7a4cec27d935edcfa3d6c70 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Tue, 16 Apr 2024 21:48:06 -0600 Subject: [PATCH] update readme --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 48a6a45..2f5b274 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,9 @@ _A round-robin load balancer for HTTP proxies._ -This is a simple proxy load balancer that will route requests to a cluster of proxy backends in a round-robin fashion. -This makes it easy to connect your clients to a large number of proxy servers without worrying about implementing -anything special clientside. +This is a simple proxy load balancer that will route requests to a cluster of proxy backends in a round-robin fashion. This makes it easy to connect your clients to a large number of proxy servers without worrying about implementing anything special clientside. -- Downstream HTTPS proxy servers are not supported. -- This proxy server will transparently forward HTTPS requests without terminating them, meaning a self-signed certificate is not required. +This proxy server will transparently forward HTTPS requests without terminating them, meaning a self-signed certificate is not required. Downstream HTTPS proxy servers are not supported. ## Install @@ -22,7 +19,7 @@ You can run your own "public IP delivery server" `canihazip`