docs(Webhook Node): Add proxy_hops message to up whitelist

This commit is contained in:
Jonathan Bennetts 2024-10-10 16:46:05 +01:00
parent 52dd2c7619
commit d3726b02ff
No known key found for this signature in database

View file

@ -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',