From 66f6f70177b730ef117dd9be71f3d29cad7de47e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 8 Mar 2021 08:34:42 -0700 Subject: [PATCH] Install FreeSWITCH then Fail2ban. --- ubuntu/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu/install.sh b/ubuntu/install.sh index 1dcbb0a..40f1f15 100755 --- a/ubuntu/install.sh +++ b/ubuntu/install.sh @@ -44,15 +44,15 @@ resources/php.sh #NGINX web server resources/nginx.sh -#Fail2ban -resources/fail2ban.sh - #Postgres resources/postgresql.sh #FreeSWITCH resources/switch.sh +#Fail2ban +resources/fail2ban.sh + #set the ip address server_address=$(hostname -I)