From patchwork Sun Mar 8 17:31:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 9558 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fTS2F6YJqz3wk2 for ; Sun, 08 Mar 2026 17:34:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fTS2F5nwKz5tl for ; Sun, 08 Mar 2026 17:34:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fTS2F4xj9z2yK8 for ; Sun, 08 Mar 2026 17:34:45 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fTS2B75Fcz2xKC for ; Sun, 08 Mar 2026 17:34:42 +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 4fTS2B1jCQz2yc; Sun, 08 Mar 2026 17:34:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1772991282; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=NM5bUzehNW22asrst5zWxJrllwU1ATiyT1v5NxSHn4Y=; b=U2aziI9KGUPJ/uLYlDXvzo/zauuF3/BtJpu8+vTr9Doc2woMmnFLIXvPP3TpbfgtUdExuJ zCVUHg+A/Du06FDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1772991282; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=NM5bUzehNW22asrst5zWxJrllwU1ATiyT1v5NxSHn4Y=; b=oA9MbnBFyJ4wyra+hz21u21IrZ5R2NWXjBXHHZnFoQIGhwPN63wzLdn6l8L+umfta7hatK iurfrsZGA10M2zwhdgFCx+wDZhI401WBWXH9Z1JZOyOh89nOAVw7tWylNXuixiyz5XV3vw pNKe04xFcpunh+MaT5Ayx7D1DoWJ+G1UvJvb+2QjVjU9wCF1SIMW0JT+IQ4oTtf2TyWkLF +iY4ODCBYVaIY9vLiQyTJydcdvpCfdxhO9xmXTu33FzNOqnlItALcWr4n/Opn6gIXeYSFv lDZK3ydOlFxPwBJ8Ktedn0oirtrZpPPZxnYRrX9M2pV6N7TxXlWHNLLwckOdNQ== From: Stefan Schantl To: development@lists.ipfire.org Cc: Stefan Schantl Subject: [PATCH] web-user-interface: Rootfile update Date: Sun, 8 Mar 2026 18:31:43 +0100 Message-ID: <20260308173144.105097-1-stefan.schantl@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Stefan Schantl --- config/rootfiles/common/web-user-interface | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/common/web-user-interface b/config/rootfiles/common/web-user-interface index 29fb52c28..9aaf0db8f 100644 --- a/config/rootfiles/common/web-user-interface +++ b/config/rootfiles/common/web-user-interface @@ -14,6 +14,7 @@ srv/web/ipfire/cgi-bin/credits.cgi srv/web/ipfire/cgi-bin/ddns.cgi srv/web/ipfire/cgi-bin/dhcp.cgi srv/web/ipfire/cgi-bin/dns.cgi +srv/web/ipfire/cgi-bin/dnsbl.cgi srv/web/ipfire/cgi-bin/dnsforward.cgi srv/web/ipfire/cgi-bin/extrahd.cgi srv/web/ipfire/cgi-bin/fireinfo.cgi