Files @ a822861bea4e
Branch filter:

Location: majic-ansible-roles/roles/web_server/files/ferm_http.conf

branko
MAR-239: Dropped support for Debian 11 Bullseye from the mail_server role.
domain (ip ip6) {
    table filter {
        chain INPUT {
            # HTTP
            proto tcp dport 80 ACCEPT;
            # HTTPS
            proto tcp dport 443 ACCEPT;
        }
    }
}