diff options
author | Daniel García <[email protected]> | 2024-07-12 20:05:54 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2024-07-12 20:05:54 +0200 |
commit | aaf61dc117d96df153163d390873bbdaec8ec27c (patch) | |
tree | c249f9e1c95e8115e1558044d887a042c773e487 /.env.template | |
parent | bbbbd2fb482684149b573aa1acbc98f7fb1408b9 (diff) | |
download | vaultwarden-aaf61dc117d96df153163d390873bbdaec8ec27c.tar.gz vaultwarden-aaf61dc117d96df153163d390873bbdaec8ec27c.zip |
Change config compat to use auto, rename blacklist
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.env.template b/.env.template index 8773bdea..c4e391e4 100644 --- a/.env.template +++ b/.env.template @@ -320,15 +320,15 @@ ## The default is 10 seconds, but this could be to low on slower network connections # ICON_DOWNLOAD_TIMEOUT=10 -## HTTP blacklist Regex +## Block HTTP domains/IPs by Regex ## Any domains or IPs that match this regex won't be fetched by the internal HTTP client. ## Useful to hide other servers in the local network. Check the WIKI for more details ## NOTE: Always enclose this regex withing single quotes! -# HTTP_REQUEST_BLACKLIST_REGEX='^(192\.168\.0\.[0-9]+|192\.168\.1\.[0-9]+)$' +# HTTP_REQUEST_BLOCK_REGEX='^(192\.168\.0\.[0-9]+|192\.168\.1\.[0-9]+)$' ## Enabling this will cause the internal HTTP client to refuse to connect to any non global IP address. ## Useful to secure your internal environment: See https://en.wikipedia.org/wiki/Reserved_IP_addresses for a list of IPs which it will block -# HTTP_REQUEST_BLACKLIST_NON_GLOBAL_IPS=true +# HTTP_REQUEST_BLOCK_NON_GLOBAL_IPS=true ## Client Settings ## Enable experimental feature flags for clients. |