Closed lynnaloo closed 9 years ago
I'm going to try to do this about Thursday next week after our meetup is over.
I moved Norfolk.js from DnSimple to Cosmotown where I have my other non-io domains. There might be some downtime in the next 24 hours while everything switches over, but then we're good for a while.
@lynnaloo - How did the move go? Is it complete?
All done!
Hmm is the DNS record pointed at github pages?
http://norfolkjs.org/ is down
Did y'all get caught in this?
https://github.com/blog/1917-github-pages-legacy-ip-deprecation
this might be the issue. update the record to the ip 199.27.76.133 and it might be resolved
RE: https://help.github.com/articles/tips-for-configuring-a-cname-record-with-your-dns-provider/
I'm working on it. It's an issue with the transfer.
I don't know about y'all... but I use DNSimple and my zone files for 757rb.org look like this for the github service.
ALIAS 757rb.org 3600 757rb.github.io
TXT 757rb.org 3600 ALIAS for 757rb.github.io
The issue with this (and my other domain) was that it was ignoring the DNS records I put in and was redirecting back to DNSimple. I've been busy with other things, but I think I have it fixed now once the DNS propagates.
www.norfolkjs.org is working, but not norfolkjs.org so something is still up with the A record it looks like.
sysadmin to the rescue.
Thanks @BretFisher! I'm using an A record and a CNAME, but Cosmotown's setup is kind of weird. They say to use *
instead of @
for the A record, but that doesn't seem to be working.
*.norfolkjs.org 192.30.252.153 21600
www.norfolkjs.org norfolkjs.github.io 21600
Yea typically * is wildcard (bad for github) and @ for apex. Can you redirect the root? I read that as a feature of theirs... redirect the root to www.norfolkjs.org.
I was missing the "naked" domain, but it looks like it's working now. If someone doesn't mind verifying and then closing this issue:
You will need to delete the Cosmotown IPs under the A Records, the first block of settings in the Zone File
They will appear as:
www domain name pointed to 54.225.97.249
* domain name pointed to 54.225.97.249
naked domain pointed to 54.225.97.249
works for me. A record for apex shows:
norfolkjs.org. 21493 IN A 192.30.252.153
I'm moving my domains in the next month so we might have a day or two of downtime on norfolkjs.org as I'm switching things around.