From df9ceb0274cb624457240540167114101cf9fe4f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 27 Dec 2024 12:58:56 +0900 Subject: [PATCH] update DB --- node_db/dev/custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 7b2166af..e47862da 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -34,13 +34,13 @@ }, { "author": "glamorfleet0i", - "title": "ComfyUI-Firewall", + "title": "ComfyUI Firewall", "reference": "https://github.com/glamorfleet0i/ComfyUI-Firewall", "files": [ "https://github.com/glamorfleet0i/ComfyUI-Firewall" ], "install_type": "git-clone", - "description": "You need to setup 'COMFYUI_IP_WHITELIST' environment variable." + "description": "A very basic firewall-like middleware that restricts access to your ComfyUI server based on a list of specified IP addresses. As this is configured as middleware, the firewall will restrict both the web UI and any API endpoints." }, { "author": "warshanks",