n8n-nodes-defang
v0.1.0
Published
Node to defang and refang IoCs
Downloads
3
Readme
n8n-nodes-defang
n8n node to defang and refang IOCs like IPs, Domains, and URLs.
Based on the amazing work of ninoseki with fanger.
How to install
To get started install the package in your n8n root directory:
npm install n8n-nodes-defang
For Docker-based deployments, add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-defang