소스 검색

Update fail2ban.sh

FusionPBX 1 년 전
부모
커밋
2d1c2bc15d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ubuntu/resources/fail2ban.sh

+ 1 - 1
ubuntu/resources/fail2ban.sh

@@ -11,7 +11,7 @@ cd "$(dirname "$0")"
 verbose "Installing Fail2ban"
 
 #add the dependencies
-apt-get install -y fail2ban
+apt-get install -y fail2ban rsyslog
 
 #move the filters
 cp fail2ban/sip-auth-failure.conf /etc/fail2ban/filter.d/sip-auth-failure.conf