From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fV9D63tktz32d0 for ; Mon, 09 Mar 2026 21:30:46 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fV9D311cBz2xMw for ; Mon, 09 Mar 2026 21:30:43 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fV9Cx3p8mz2v for ; Mon, 09 Mar 2026 21:30:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1773091837; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VKAuYlu5oDv5oqPIZPLENIod+jB9ELHYJHW+ZK34inY=; b=pMOhKhoha3krjSlpDxNAulS9Dg4naxppOnHCmO99RcGHmH0i71qtd2P1DuIgVJL41Hgens aL/SzACuxvRvr9Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1773091837; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VKAuYlu5oDv5oqPIZPLENIod+jB9ELHYJHW+ZK34inY=; b=YRLLO0LGqyE/6vZ/eV4KZmko2cpv1Kx8O1tX0w9x+0+5tSCFuUGdwX3vfbQa3zKSu9DaVk qXN+oEATV3rm36mdkoFjaOH2RhH6ndNDnJ7mB6iLFoewwqt4Kj/xRyy3l+SsVdZ9EOpF8D UJPG13tfro26F8an+FUt07xrQqlww/S7eV9iEJJu6ZlwZwleeccuiIE6kAygCknBq7NDnM 7Xh33T9AFqXQX0meiR9aNIJ488TN6PrzA0tESZmChJfjOW+F9Srl/WCObcNrIDsvReb5JQ lqRyCpLl/4EU76Du6JFoDjckmdHDMu72JwgC24JJUnTBT5qMuK+xQxnR0k2y4w== Message-ID: <5c23a258-3e27-4d84-a55d-4b24ff73770c@ipfire.org> Date: Mon, 9 Mar 2026 22:30:28 +0100 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development-List" From: Matthias Fischer Subject: ids.cgi: Exception list changes display order and something more... Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, I found some strange things on the IPS system... First: I defined five whitelisted hosts (or more, doesn't matter) on the intrusion prevention page. Now every time I reload the page, the display order of these host list changes. IP address and remark stick together but the order changes every time I reload the page. As far as I saw it, the contents of 'ignored' file stay the same. Second: Furthermore, when I try to deactivate the last entry by removing the check mark, the check mark disappears from the third entry (e.g.). When I try to deactivate the third entry, check mark disappears from the last (fifth). When I try to deactivate the second, check mark vanished from the third... That means, most of the time the check mark disappears from a different entry than the one I wanted to deselect. Weird... Third: Last but not least: I can't deacivate single rules from the 'IPFire DBL domain blocklists'. When I remove the check mark from the rule "IPFire DBL [Malware] Blocked HTTP Request", the mark is back after reloading the ruleset. I can't disable individual rules, only the entire rule set. Can anyone confirm these findings? Best Matthias