nixos: services: transmission: add fail2ban note

This commit is contained in:
Bruno BELANYI 2024-09-24 10:43:50 +00:00
parent 1f40ac4a9f
commit 0f3c5d1d63

View file

@ -90,5 +90,7 @@ in
allowedTCPPorts = [ cfg.peerPort ];
allowedUDPPorts = [ cfg.peerPort ];
};
# NOTE: unfortunately transmission does not log connection failures for fail2ban
};
}