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
- Log in to your Cloudflare dashboard and go to Pages.
- Select your project.
- Go to the Custom domains tab.
- Click Set up a custom domain.
- Enter your domain name (e.g.,
your-name.example.com) and click Continue.
On Hurricane Electric DNS manage page:
- Select the domain you want to use.
- Choose New CNAME on the DNS records page.
- Enter required information:
- Name: The subdomain you are using.
- Hostname: The specific CNAME target provided by Cloudflare Pages (usually
your-project.pages.dev).
- Click Submit.
Verify Domain Application
- Return to Cloudflare Pages dashboard.
- Cloudflare will verify the DNS record.
- Once active, your Cloudflare Pages site will be served on your new domain.