Community Rules rules


Welcome to FWCore. Please follow these default rules:

  1. Stay respectful: no harassment, hate speech, or personal attacks.
  2. Keep posts on-topic: align with FWCore themes and avoid spam.
  3. No sensitive data: don’t post secrets, personal info, or private logs.
  4. Cite sources when sharing claims or news.
  5. Use tags wisely: tag posts so readers can find them.
  6. One account per person; no impersonation.
  7. Moderation decisions are final; appeal politely if needed.
  8. Reports: flag issues via the moderation channel or contact mods directly.

Thanks for keeping the forum useful and safe.

Read more ⟶

Posting Guide guide


Quickstart (do these every time):

  1. Prepare your Markdown: clear title + short first paragraph (used as summary).
  2. Add your GitHub profile in the submit form so giscus shows your identity.
  3. Run the proof-of-work step; it may take ~2 minutes.
  4. Use 2–4 tags so readers can find your post.
  5. Expect moderation; posts queue until approved.

Quality and moderation tips:

  • Title: concise and descriptive; avoid clickbait.
  • Body: start with a one- to two-sentence summary, then details.
  • Tags: 2–4 relevant tags, lowercase.
  • Links: prefer primary sources; add brief context for each link.
  • Sensitive info: do not include secrets, personal data, or private logs.

If your post is declined, you’ll be notified through the moderation flow; you can revise and resubmit.

Read more ⟶

Introduction to GFWMass vless


What is GFWMass?

GFWMass is a script that automates deploying up to 1,000 links to a single proxy.

This can help increase the spread of proxies so a firewall is less likely to flag you for visiting one host repeatedly.

Architecture

Client → Cloudflare (cdn-47fh.example.com) → Caddy → Xray/VLESS → Internet
         Cloudflare (signup-hf33.example.com) ↗
         Cloudflare (api-92kl.example.com) ↗
         ... (hundreds more)
  1. It generates realistic subdomains that represent real services.
  2. Adds them to Cloudflare via API and enables proxies so your origin IP stays hidden.
  3. Caddy handles TLS from Cloudflare using a wildcard certificate from certbot (can be replaced with Cloudflare origin certs if needed).
  4. Xray/VLESS over WebSocket (WS): single VLESS+WS endpoint serving all domains.
  5. Provides a subscription.txt with base64-encoded VLESS links for all generated domains.

Prerequisites

  1. A VPS with port 443 open.
  2. A domain name with Cloudflare DNS (a free one from digiplat works).
  3. Git installed and root access.
  4. Debian-based distro preferred (not tested on others).

Steps to deploy GFWMass

Steps to deploy GFWMass

Read more ⟶