Update DNS Entry Points for GitHub Pages Deployment #813
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
kolyma/infra#813
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to update the DNS zone file to correctly point our domain to GitHub Pages for deployment.
$TTL 86400
@ IN SOA ns1.kolyma.uz. admin.kolyma.uz. (
2025030901 ; Serial YYYYMMDDNN (NN is the revision number)
3600 ; Refresh
1800 ; Retry
604800 ; Expire
86400 ) ; Minimum TTL
; Nameservers
@ IN NS ns1.kolyma.uz.
@ IN NS ns2.kolyma.uz.
@ IN NS ns3.kolyma.uz.
@ IN NS ns4.kolyma.uz.
; Entry points
@ IN A 76.76.21.21
www IN CNAME gopher.uz.
; GitHub verifications
_gh-goferuz-o IN TXT 5ff33c7031
Why vercel? Why not gh pages? Any specific reasons?
Sorry I was wrong, this code is from your codebase, The current zone file still uses Vercel’s A record.
Our DNS zone file needs to be updated to point the domain correctly to GitHub Pages instead of Vercel.
Ok, 10 minutes.