diff options
author | Daniel GarcĂa <[email protected]> | 2019-10-08 18:08:32 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-08 18:08:32 +0200 |
commit | b4b62c22a4fa92d386be8f1d558104654ca3c1ae (patch) | |
tree | f5402547db13082954b20e5496501ec4ceb90b57 | |
parent | 99a635d327dc7a7123c6f0036999597342e96542 (diff) | |
parent | 05569147af6390ecf218824aa3df1e6a52a91d86 (diff) | |
download | vaultwarden-b4b62c22a4fa92d386be8f1d558104654ca3c1ae.tar.gz vaultwarden-b4b62c22a4fa92d386be8f1d558104654ca3c1ae.zip |
Merge pull request #648 from BlackDex/icon-security1.11.0
Added missing .env configuration option.
-rw-r--r-- | .env.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.template b/.env.template index ccd85ce6..ed9f97c7 100644 --- a/.env.template +++ b/.env.template @@ -83,6 +83,10 @@ ## Useful to hide other servers in the local network. Check the WIKI for more details # ICON_BLACKLIST_REGEX=192\.168\.1\.[0-9].*^ +## Any IP which is not defined as a global IP will be blacklisted. +## Usefull to secure your internal environment: See https://en.wikipedia.org/wiki/Reserved_IP_addresses for a list of IPs which it will block +# ICON_BLACKLIST_NON_GLOBAL_IPS=true + ## Disable 2FA remember ## Enabling this would force the users to use a second factor to login every time. ## Note that the checkbox would still be present, but ignored. |