Update DNS Entry Points for GitHub Pages Deployment #813

Closed
opened 2025-10-20 17:09:33 +00:00 by abdurahmon27 · 3 comments
abdurahmon27 commented 2025-10-20 17:09:33 +00:00 (Migrated from github.com)

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

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
orzklv commented 2025-10-20 22:25:11 +00:00 (Migrated from github.com)

Why vercel? Why not gh pages? Any specific reasons?

Why vercel? Why not gh pages? Any specific reasons?
abdurahmon27 commented 2025-10-21 06:25:29 +00:00 (Migrated from github.com)

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.

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.
orzklv commented 2025-10-21 10:34:38 +00:00 (Migrated from github.com)

Ok, 10 minutes.

Ok, 10 minutes.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kolyma/infra#813
No description provided.