diff --git a/README.md b/README.md index 8d6cf2b..dc30567 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# THIS MOD HAS BEEN DEPRECATED - Please use [swag-f2bdiscord](https://github.com/linuxserver/docker-mods/tree/swag-f2bdiscord) instead + + # F2B Discord Notification - Docker mod which allows Fail2Ban Discord embeds This mod enhances the Letsencrypt container adding better Fail2Ban notifications for discord. diff --git a/root/etc/cont-init.d/49-F2BDiscord b/root/etc/cont-init.d/49-F2BDiscord index a00ffc0..c387ce0 100644 --- a/root/etc/cont-init.d/49-F2BDiscord +++ b/root/etc/cont-init.d/49-F2BDiscord @@ -1,5 +1,26 @@ #!/usr/bin/with-contenv bash +echo ' +************************************************************************** +************************************************************************** +************************************************************************** +**** **** +**** **** +**** letsencrypt-f2bdiscord mod has been deprecated **** +**** **** +**** **** +**** Please use swag-f2bdiscord instead **** +**** **** +**** **** +**** https://github.com/linuxserver/docker-mods/tree/swag-f2bdiscord **** +**** **** +**** **** +************************************************************************** +************************************************************************** +************************************************************************** +' + + if [ ! -d /usr/lib/python3.8/site-packages/geoip2 ]; then echo '------------------------------------------------------------------------' echo '| Running installation of required modules for letsencrypt-f2bdiscord'