Renaming IPWhiteList to IPAllowList

This commit is contained in:
Wambugu
2022-10-26 18:16:05 +03:00
committed by GitHub
parent e86f21ae7b
commit 1b9873cae9
69 changed files with 523 additions and 506 deletions

View File

@@ -18,7 +18,7 @@ It supports providing configuration through a [single configuration file](#filen
!!! tip
The file provider can be a good solution for reusing common elements from other providers (e.g. declaring whitelist middlewares, basic authentication, ...)
The file provider can be a good solution for reusing common elements from other providers (e.g. declaring allowlist middlewares, basic authentication, ...)
## Configuration Examples