From b3d54afb73501677edfd3ae02d929d80e9fa3cff Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 20 Apr 2024 16:37:34 +0200 Subject: [PATCH] finish info install --- dosemu2/info-v1.sh | 8 ++++++++ fail2ban/info-v1.sh | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dosemu2/info-v1.sh b/dosemu2/info-v1.sh index e69de29..0523703 100644 --- a/dosemu2/info-v1.sh +++ b/dosemu2/info-v1.sh @@ -0,0 +1,8 @@ +if [ $DOSEMU = "Yes" ]; then +echo "" >> ${DBP_INFO} +echo "DosEmu2 Integration with Mystic" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "For the correct DosEmu2 integration follow the Mystic Doors doc ${MYSTIC_DIR}/docs/unix.install.txt" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "==============================================================================================================" >> ${DBP_INFO} +fi diff --git a/fail2ban/info-v1.sh b/fail2ban/info-v1.sh index e69de29..24e0197 100644 --- a/fail2ban/info-v1.sh +++ b/fail2ban/info-v1.sh @@ -0,0 +1,21 @@ +if [ $BANUNBAN = "fail2ban" ]; then +echo "" >> ${DBP_INFO} +echo "Fail2Ban Mystic integration" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "A Fail2ban Systemd service override has been installed so tha the unprivileged user mystic can add and remove " >> ${DBP_INFO} +echo "IP's to the fail2ban system" >> ${DBP_INFO} +echo "to activate the fail2ban integration you will have to enabel it in the ${MYSTIC_DIR}/dbp.ini file" >> ${DBP_INFO} +echo " for this to work correctly you wil have to change the firewall Line in the Event Editor to the suggested" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "==============================================================================================================" >> ${DBP_INFO} +fi + +if [ $BANUNBAN = "ipban" ]; then +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "==============================================================================================================" >> ${DBP_INFO} +fi