Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquydang <81231812+quydang04@users.noreply.github.com>2024-01-20 19:41:58 +0300
committerGitHub <noreply@github.com>2024-01-20 19:41:58 +0300
commitebaabf61509a02090016acae886b2a7df216e814 (patch)
treea898431ba6f28d1b63d38d91bb21686a67506fb8 /x-ui.sh
parenta7bea936c536c560183e4577996e9a56b4cfd08a (diff)
Update README (#1648)
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/x-ui.sh b/x-ui.sh
index cabb546f..9fa43960 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -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() {