Skip to content

Commit

Permalink
GUACAMOLE-374: Enable automatic IP banning (brute-force throttling) b…
Browse files Browse the repository at this point in the history
…y default.
  • Loading branch information
mike-jumper committed Apr 25, 2024
1 parent 649492b commit 1b271a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ RUN useradd --system --create-home --shell /usr/sbin/nologin --uid $UID --gid $G
USER guacamole

# Environment variable defaults
ENV GUACAMOLE_HOME=/etc/guacamole \
ENABLE_FILE_ENVIRONMENT_PROPERTIES=true
ENV BAN_ENABLED=true \
ENABLE_FILE_ENVIRONMENT_PROPERTIES=true \
GUACAMOLE_HOME=/etc/guacamole

# Start Guacamole under Tomcat, listening on 0.0.0.0:8080
EXPOSE 8080
Expand Down

0 comments on commit 1b271a2

Please sign in to comment.