From d3726b02ff368041c9c6d0f089cc37ebc83ef082 Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Thu, 10 Oct 2024 16:46:05 +0100 Subject: [PATCH] docs(Webhook Node): Add proxy_hops message to up whitelist --- packages/nodes-base/nodes/Webhook/description.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Webhook/description.ts b/packages/nodes-base/nodes/Webhook/description.ts index c0cd992c8e775..33c833a5d99e1 100644 --- a/packages/nodes-base/nodes/Webhook/description.ts +++ b/packages/nodes-base/nodes/Webhook/description.ts @@ -262,7 +262,8 @@ export const optionsProperty: INodeProperties = { type: 'string', placeholder: 'e.g. 127.0.0.1', default: '', - description: 'Comma-separated list of allowed IP addresses. Leave empty to allow all IPs.', + description: + 'Comma-separated list of allowed IP addresses. Leave empty to allow all IPs, If you are running n8n behind a proxy make sure to set "N8N_PROXY_HOPS" to the number of hops the proxy is away from n8n.', }, { displayName: 'No Response Body',