Use allowlisted instead of whitelisted.

Use blocklist instead of blacklist.
This commit is contained in:
JSon
2024-02-26 13:16:36 +08:00
committed by Ido Ophir
parent b2de8b839b
commit 9be7b1a2c6
2 changed files with 3 additions and 3 deletions

View File

@@ -778,7 +778,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, blocklist 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