nixos: services: flood: add note about fail2ban

This commit is contained in:
Bruno BELANYI 2024-09-22 02:13:30 +02:00
parent 1aa3385e13
commit 5217f2d1b6

View file

@ -27,5 +27,7 @@ in
inherit (cfg) port;
};
};
# NOTE: unfortunately flood does not log connection failures for fail2ban
};
}