mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-05-13 04:08:59 +02:00
Add the ip of the user performing the install to the ignore ip list of fail2ban
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Whitelist our own IP addresses. 127.0.0.1/8 is the default. But our status checks
|
||||
# ping services over the public interface so we should whitelist that address of
|
||||
# ours too. The string is substituted during installation.
|
||||
ignoreip = 127.0.0.1/8 PUBLIC_IP
|
||||
ignoreip = 127.0.0.1/8 PUBLIC_IP REMOTE_IP
|
||||
|
||||
# JAILS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user