This guide will help you configure your GoDaddy DNS to point plotpulse.syrez.co.in to GitHub Pages.
syrez.co.in domainhttps://github.com/your-username)Example: If your username is john, your GitHub Pages URL will be john.github.io
syrez.co.in in the listFill in the following:
Name/Host: plotpulse
Value/Points to: your-username.github.io (replace your-username with your actual GitHub username)
TTL: 600 (or leave as default - 1 hour)
Example:
john, the record should be:
plotpulsejohn.github.io600This will make plotpulse.syrez.co.in point to john.github.io.
After saving, you should see a new CNAME record in your DNS list:
Type: CNAME
Name: plotpulse
Value: your-username.github.io
TTL: 600
DNS changes can take time to propagate:
You can check propagation status at:
Enter plotpulse.syrez.co.in and look for CNAME records pointing to your-username.github.io.
After DNS has propagated (Step 5):
plotpulse.syrez.co.inNote:
CNAME file in your repository (this is normal)Check:
ipconfig /flushdnssudo dscacheutil -flushcacheSolution:
Check:
vite.config.ts (if using default GitHub Pages URL)/ (already configured)Verify:
your-username.github.io (no https://, no trailing slash)plotpulse (no domain suffix)plotpulse| Setting | Value |
|---|---|
| Record Type | CNAME |
| Name | plotpulse |
| Value | your-username.github.io |
| TTL | 600 (10 minutes) |
| GitHub Custom Domain | plotpulse.syrez.co.in |
| Final URL | https://plotpulse.syrez.co.in |
┌─────────────────────────────────────────┐
│ Type: CNAME │
│ Name: plotpulse │
│ Value: your-username.github.io │
│ TTL: 600 │
└─────────────────────────────────────────┘
┌─────────────────────────────────────────┐
│ Custom domain │
│ ┌─────────────────────────────────────┐ │
│ │ plotpulse.syrez.co.in │ │
│ └─────────────────────────────────────┘ │
│ ☑ Enforce HTTPS │
└─────────────────────────────────────────┘
After DNS is configured:
https://plotpulse.syrez.co.inhttps://plotpulse.syrez.co.inLast Updated: Based on current GitHub Pages and GoDaddy configuration