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`