Hide your origin IP behind Cloudflare and nginx
If the real server address is public, Cloudflare alone is optional for whoever found it. Origin IP protection for DMCA-ignore reverse-proxy stacks means keeping that address out of DNS and reachable only from your nginx shield—whether that shield sits on Offshore Hosting or Fully Managed capacity.
Common ways origins show up
Old DNS records that still point at the backend.
Subdomains left unproxied—staging, “direct,” or forgotten panels.
Apps or error pages that print internal addresses.
What the shield is for
The shield is the only public-ish hop after Cloudflare. It speaks TLS the way Cloudflare expects and forwards to the origin on a private path.
ShieldProxy’s panel is there so adding or removing a domain updates DNS and reverse-proxy config in one workflow instead of a checklist you maintain by hand.
What you still own on the origin
Firewall rules so only the shield can connect on the ports you proxy.
No public DNS for the origin hostname.
Sensible app config so you are not advertising the backend yourself.
FAQ
- Should every DNS record be proxied?
- Records that represent the public website generally should be. Mail and other non-web services need the right record types—and should not publish the origin if hiding it is the goal.
Keep reading
- What Is a DMCA-Ignore Reverse Proxy?DMCA-ignore reverse proxy explained: Cloudflare + shield nginx VPS in front of your origin so the real server IP stays private.
- Nginx Reverse Proxy to Hide Origin IP (Cloudflare)Nginx reverse proxy + Cloudflare to hide origin IP—the classic DMCA-ignore reverse-proxy recipe. How ShieldProxy automates DNS, Origin CA, and nginx sites on the shield VPS.
- Hide Origin IP for DMCA-Ignore & Offshore SetupsUse case: hide origin IP with a DMCA-ignore reverse proxy—Cloudflare + automated nginx shield for Offshore Hosting and Self-Managed VPS teams.
- Cloudflare + Nginx Reverse Proxy IntegrationConnect Cloudflare OAuth or API token to ShieldProxy for DMCA-ignore reverse-proxy automation—proxied DNS, Origin CA, and nginx on your shield VPS.
More in Guides
Explore topics
- Use casesStreaming DMCA-ignore reverse proxies, multi-domain nginx shields, hide origin IP, Fully Managed vs Self-Managed plans.
- CompareCloudflare-only vs DMCA-ignore reverse proxy, and DIY nginx reverse proxy vs ShieldProxy automation.
- IntegrationsCloudflare DNS + Origin CA for your nginx reverse-proxy shield—no shared platform Cloudflare login.