mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-01 15:47:41 +08:00
f4871fea29
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
@n8n/backend-network
The single home for n8n's backend outbound-network concerns.
Why this package exists
Today network behavior is scattered across packages/core and several @n8n/* packages.
This package consolidates into one place behind a single factory contract: SSRF/DNS guarding, proxy handling, and the HTTP client plumbing. The eventual goal is to make backend network behavior reviewable and controllable from a single entry point.
Roadmap
Tracked in CAT-3365.