DevOps

Practice combining development and operations; automation, CI/CD, infrastructure as code.

Fully Securing OVH Mail under Cloudflare Nameservers

Fully Securing OVH Mail under Cloudflare Nameservers - cloudflare, terraform

The Challenge and the Golden Rule (proxied = false) When delegating your domain’s nameservers to Cloudflare, the registrar (OVH) no longer manages its DNS records. Consequently, all OVH mail hosting DNS records must be explicitly set up in Cloudflare. ⚠️ THE GOLDEN MAIL RULE ON CLOUDFLARE: Every DNS record used for mail routing and handling… more


Managing Cloudflare with Terraform

Managing Cloudflare with Terraform - cloudflare

Managing DNS and network infrastructure using an Infrastructure as Code (IaC) approach brings massive benefits. Utilizing Terraform to configure Cloudflare allows you to: Track Changes: Every modification to a DNS record or firewall rule goes through your version control system (Git). Speed of Changes & Easier Maintainability: Rapidly deploy and easily maintain identical security and… more