Skip to content

Commit c20f446

Browse files
authored
Update .env
1 parent 1c7145c commit c20f446

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

fail2ban/.env

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
TZ=Europe/Paris
1+
TZ=Asia/Ho_Chi_Minh
22

3-
F2B_LOG_TARGET=STDOUT # Xuất log Fail2ban ra console
4-
F2B_LOG_LEVEL=INFO # Mức độ log là INFO
5-
F2B_DB_PURGE_AGE=1d # Xóa dữ liệu DB cũ hơn 1 ngày
3+
F2B_LOG_TARGET=STDOUT # Set the log target. This could be a file, SYSLOG, STDERR or STDOUT (default STDOUT)
4+
F2B_LOG_LEVEL=INFO # Log level output (default INFO)
5+
F2B_DB_PURGE_AGE=1d # Age at which bans should be purged from the database (default 1d)
6+
IPTABLES_MODE=auto # Choose between iptables nft or legacy mode. (default auto)

0 commit comments

Comments
 (0)