Skip to main content

Setting up Cloudflare Pages with Kevin Service Registry subdomain

This guide will walk you through setting up Cloudflare Pages with Kevin Service Registry subdomain.
Note: Since full NS delegation to Cloudflare is currently paused, you must use CNAME setup for Cloudflare Pages.

Adding Custom Domain to Cloudflare Pages

  1. Log in to your Cloudflare dashboard and go to Pages.
  2. Select your project.
  3. Go to the Custom domains tab.
  4. Click Set up a custom domain.
  5. Enter your domain name (e.g., your-name.example.com) and click Continue.

Configure DNS on Hurricane Electric

On Hurricane Electric DNS manage page:
  1. Select the domain you want to use.
  2. Choose New CNAME on the DNS records page.
  3. Enter required information:
    1. Name: The subdomain you are using.
    2. Hostname: The specific CNAME target provided by Cloudflare Pages (usually your-project.pages.dev).
  4. Click Submit.

Verify Domain Application

  1. Return to Cloudflare Pages dashboard.
  2. Cloudflare will verify the DNS record.
  3. Once active, your Cloudflare Pages site will be served on your new domain.