We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7145c commit c20f446Copy full SHA for c20f446
fail2ban/.env
@@ -1,5 +1,6 @@
1
-TZ=Europe/Paris
+TZ=Asia/Ho_Chi_Minh
2
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
+F2B_LOG_TARGET=STDOUT # Set the log target. This could be a file, SYSLOG, STDERR or STDOUT (default STDOUT)
+F2B_LOG_LEVEL=INFO # Log level output (default INFO)
+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