diff options
| author | quydang <81231812+quydang04@users.noreply.github.com> | 2024-01-20 19:41:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 19:41:58 +0300 |
| commit | ebaabf61509a02090016acae886b2a7df216e814 (patch) | |
| tree | a898431ba6f28d1b63d38d91bb21686a67506fb8 /x-ui.sh | |
| parent | a7bea936c536c560183e4577996e9a56b4cfd08a (diff) | |
Update README (#1648)
Diffstat (limited to 'x-ui.sh')
| -rw-r--r-- | x-ui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -872,7 +872,7 @@ create_iplimit_jails() { # Use default bantime if not passed => 30 minutes local bantime="${1:-30}" - # uncomment allowipv6 = auto in fail2ban.conf + # Uncomment 'allowipv6 = auto' in fail2ban.conf sed -i 's/#allowipv6 = auto/allowipv6 = auto/g' /etc/fail2ban/fail2ban.conf cat << EOF > /etc/fail2ban/jail.d/3x-ipl.conf @@ -917,7 +917,7 @@ actionunban = <iptables> -D f2b-<name> -s <ip> -j <blocktype> [Init] EOF - echo -e "${green}Created Ip Limit jail files with a bantime of ${bantime} minutes.${plain}" + echo -e "${green}Ip Limit jail files created with a bantime of ${bantime} minutes.${plain}" } iplimit_remove_conflicts() { |
