user2351418
user2351418

Reputation: 401

Github Pages Custom Domain with Crazy Domains?

On github I have made the CNAME record of my domain name. My domain is registered with crazy domains. I went to crazy domains and entered the ip address for the name server, "204.232.175.78". But it keeps asking for a "hostname". It will not allow me to leave the hostname area blank. In the past I have been told to use a hostname like "ns1.host.com" but I can't seem to find anything like this for github pages.

I tried "pages.github.com" but it refuses that, saying it is not a valid hostname.

Entry screen

What should I use as the hostname?

Upvotes: 2

Views: 1167

Answers (2)

23inhouse
23inhouse

Reputation: 1917

F#$k crazy domains. They changed their interface to try to get everyone to upgrade to premium. On the hamburger on the right side of DNS settings you can add a record there (not forward) and then the CNAME stuff appears.

Seriously considering changing because of this.

Upvotes: 2

awesame
awesame

Reputation: 94

I believe the issue is that you're updating your nameserver registration, when in fact you should be editing your DNS Zone File. Those are two separate records. The nameserver registration determines who's copy of the DNS Zone File acts as master on the domain. The DNS Zone File is what actually controls A, CNAME, MX, and SRV records (and many more). You should try looking through your domain management system (I'm not familiar with Crazy Domains) to see if you can find a section called "All Host Records" or "DNS Zone Editor".

Upvotes: 1

Related Questions