EOX GitLab Instance

Skip to content
Snippets Groups Projects

Minor change to avoid an alert on Alpine with allowipv6

Merged Nicolas Baudoin requested to merge f2b-allowipv6-alpine into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -61,4 +61,4 @@
name: "Update logpath and reload fail2ban at midnight"
minute: "0"
hour: "0"
job: 'sleep 5 && /usr/local/bin/current_date_logpath && fail2ban-client reload'
job: 'sleep 5 && /usr/local/bin/current_date_logpath && fail2ban-client reload > /dev/null'
Loading