npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-dominusnode

v1.2.0

Published

n8n community nodes for Dominus Node rotating proxy service (53 tools across 7 nodes)

Readme

n8n-nodes-dominusnode

n8n community nodes for the Dominus Node rotating proxy-as-a-service platform.

Installation

Community Node (Recommended)

  1. Go to Settings > Community Nodes in your n8n instance
  2. Enter n8n-nodes-dominusnode
  3. Click Install

Manual Installation

cd ~/.n8n/nodes
npm install n8n-nodes-dominusnode

Credentials

Create a Dominus Node API credential with:

| Field | Description | Default | |-------|-------------|---------| | API Key | Your Dominus Node API key (dn_live_... or dn_test_...) | (required) | | Base URL | Dominus Node API base URL | https://api.dominusnode.com | | Proxy Host | Proxy gateway hostname | proxy.dominusnode.com | | Proxy Port | Proxy gateway port | 8080 |

Nodes

Dominus Node Proxy

Make HTTP requests through Dominus Node's rotating proxy network.

Operations:

  • Proxied Fetch -- Route HTTP requests through datacenter or residential proxies with geo-targeting
  • Get Proxy Config -- Retrieve proxy endpoint configuration
  • List Active Sessions -- List currently active proxy sessions

Dominus Node Wallet

Manage your Dominus Node wallet, agentic sub-wallets, and teams.

Operations:

  • Check Balance -- Get current wallet balance
  • Top Up (Stripe) -- Create a Stripe checkout session
  • Top Up (Crypto) -- Create a crypto invoice (BTC, ETH, LTC, XMR, ZEC, USDC, SOL, USDT, DAI, BNB)
  • Top Up (PayPal) -- Create a PayPal checkout session
  • Create Agentic Wallet -- Create a sub-wallet with spending limits for AI agents
  • Fund Agentic Wallet -- Transfer funds to an agentic wallet
  • Get Agentic Wallet Balance -- Check an agentic wallet's balance
  • List Agentic Wallets -- List all agentic wallets
  • Get Agentic Transactions -- Get transaction history
  • Freeze/Unfreeze/Delete Agentic Wallet -- Lifecycle management
  • Create Team -- Create a shared billing team
  • List Teams / Team Details -- View teams
  • Fund Team -- Fund a team wallet
  • Create Team Key -- Create team API keys
  • Team Usage -- View team transaction history
  • Update Team / Update Team Member Role -- Team administration

Dominus Node Usage

Check proxy usage statistics.

Operations:

  • Check Usage -- Get bandwidth and cost statistics for a given period (day, week, month)

Security

All nodes include comprehensive security measures:

  • SSRF Prevention: Blocks private IPs, localhost, cloud metadata endpoints, hex/octal/decimal-encoded IPs, IPv4-mapped/compatible IPv6, Teredo tunneling, 6to4, CGNAT, multicast, and internal TLDs (.localhost, .local, .internal, .arpa)
  • DNS Rebinding Protection: Resolves hostnames and validates all returned IPs before making proxy requests
  • OFAC Compliance: Blocks geo-targeting to sanctioned countries (Cuba, Iran, North Korea, Russia, Syria)
  • Read-Only Methods: Proxied fetch only allows GET, HEAD, and OPTIONS to prevent abuse
  • Credential Sanitization: API keys are redacted from all error messages
  • Prototype Pollution Prevention: All JSON responses are stripped of dangerous keys

Pricing

| Pool Type | Price | Cost | Margin | |-----------|-------|------|--------| | Datacenter | $3/GB | $0.012/GB | 99.6% | | Residential | $5/GB | $4.00/GB | 20% |

Development

npm install
npm run build
npm test

License

MIT