From a23a83cc71cce93e5107937a04a6da5bf0b67528 Mon Sep 17 00:00:00 2001 From: Hitesh Ginjupalli <55125790+hiteshginjupalli@users.noreply.github.com> Date: Wed, 4 Nov 2020 00:43:16 -0800 Subject: [PATCH] Update line 743 - Change "Blacklist" to "Denylist" or something like that. I think it is not a good idea to use the terms "blacklist" and "whitelist". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa80814..ec06901c 100644 --- a/README.md +++ b/README.md @@ -740,7 +740,7 @@ A reverse proxy is a web server that centralizes internal services and provides Additional benefits include: -* **Increased security** - Hide information about backend servers, blacklist IPs, limit number of connections per client +* **Increased security** - Hide information about backend servers, Denylist IPs, limit number of connections per client * **Increased scalability and flexibility** - Clients only see the reverse proxy's IP, allowing you to scale servers or change their configuration * **SSL termination** - Decrypt incoming requests and encrypt server responses so backend servers do not have to perform these potentially expensive operations * Removes the need to install [X.509 certificates](https://en.wikipedia.org/wiki/X.509) on each server