Skip to content

Commit

Permalink
Merge pull request #648 from BlackDex/icon-security
Browse files Browse the repository at this point in the history
Added missing .env configuration option.
  • Loading branch information
dani-garcia authored Oct 8, 2019
2 parents 99a635d + 0556914 commit b4b62c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b4b62c2

Please sign in to comment.