Socks5 support in http request node?

Yes, but again, you have to:

  1. Add the library socks5-http-client to /n8n/packages/nodes-base/package.json

  2. Reference the custom image in the docker-compose file.

  3. Set the env variable NODE_FUNCTION_ALLOW_EXTERNAL=socks5-http-client

  4. Require and use the library within the function node.