Cloudflare CDN + Netlify

Can I use Cloudflare as CDN and disable the cdn in Netlify? is there a specific endpoint or load balancer where I can redirect my domain, I want to host my deployment in Netlify but I want to use Cloudflare page rules, WAF and workers.

hi there,

As a starting point, you may want to give this a read through!

@Ricardo In addition to what Perry posted, keep in mind that Netlify serves all content via its CDN. There is no server per se. After you build your site, your content is pushed to the CDN; no content is delivered to visitors from a traditional server. Therefore, eliminating the CDN from Netlify means eliminating your site content.