Skip to content
! Early days. Marauder v1.0 is young: the core is validated end-to-end, but many tracker plugins are still alpha — structurally complete and unit-tested, not yet validated against live services. Expect rough edges. See plugin status →

tracker plugin

Monitor NNM-Club.to automatically

alpha

NNM-Club.to is a Russian-language phpBB tracker sitting behind a Cloudflare interstitial — which makes it doubly hard for conventional tools to reach. Marauder pairs a dedicated Cloudflare solver sidecar with its forum plugin to pass the challenge, log in, and watch the topic for new releases.

Region: RU Auth: account Cloudflare bypass

How Marauder monitors NNM-Club.to

  • Routes requests through the cfsolver sidecar (headless Chromium via chromedp) to clear the Cloudflare interstitial and collect cookies.
  • Logs in with your NNM-Club account and scrapes the topic page for .torrent changes.
  • Hands new releases to your configured client like any other Marauder topic.

Setting it up

  1. 1 Enable the cfsolver compose profile (Cloudflare solver sidecar).
  2. 2 Add your NNM-Club credentials under Credentials.
  3. 3 Paste the topic URL; Marauder handles the Cloudflare challenge transparently on each check.

NNM-Club.to FAQ

How does Marauder get past Cloudflare on NNM-Club?
A separate cfsolver service runs headless Chromium, drives the target URL through the Cloudflare interstitial, and returns the resulting cookies. The NNM-Club plugin opts into this via the WithCloudflare capability — no global browser dependency in the main binary.