Skip to content

Commit 1b271a2

Browse files
committed
GUACAMOLE-374: Enable automatic IP banning (brute-force throttling) by default.
1 parent 649492b commit 1b271a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ RUN useradd --system --create-home --shell /usr/sbin/nologin --uid $UID --gid $G
9797
USER guacamole
9898

9999
# Environment variable defaults
100-
ENV GUACAMOLE_HOME=/etc/guacamole \
101-
ENABLE_FILE_ENVIRONMENT_PROPERTIES=true
100+
ENV BAN_ENABLED=true \
101+
ENABLE_FILE_ENVIRONMENT_PROPERTIES=true \
102+
GUACAMOLE_HOME=/etc/guacamole
102103

103104
# Start Guacamole under Tomcat, listening on 0.0.0.0:8080
104105
EXPOSE 8080

0 commit comments

Comments
 (0)