Release first dockerfile, first documentation etc.. Update will follow

This commit is contained in:
2025-02-02 19:35:13 +01:00
parent 4aa0a1914e
commit 4c8f235b5b
25 changed files with 496 additions and 79 deletions

View File

@@ -0,0 +1,11 @@
module fail2ban-curl-allow 1.0;
require {
type fail2ban_t;
type http_cache_port_t;
class tcp_socket name_connect;
}
#============= fail2ban_t ==============
allow fail2ban_t http_cache_port_t:tcp_socket name_connect;