adrianco / spigo

Simulate Protocol Interactions in Go
Apache License 2.0
1.12k stars 111 forks source link

DNS setup CNAME for simianviz.net #22

Open adrianco opened 9 years ago

adrianco commented 9 years ago

I can't figure out the config to get a CNAME to work. I'd like simianviz.org to redirect to this github site and simianviz.net to redirect to the SPA at simianviz.divshot.io

kkemple commented 9 years ago

@adrianco where did you get the domain from, i can get instructions, or if you email me creds I can try to set it up

hubayirp commented 9 years ago

cc might give it a go as well. Ty. On Tue, May 19, 2015 at 12:03 PM Kurtis Kemple notifications@github.com wrote:

@adrianco https://github.com/adrianco where did you get the domain from, i can get instructions, or if you email me creds I can try to set it up

— Reply to this email directly or view it on GitHub https://github.com/adrianco/spigo/issues/22#issuecomment-103634861.

adrianco commented 9 years ago

I'm using the AWS console, screenshot attached screen shot 2015-05-19 at 1 31 09 pm

ethernetdan commented 9 years ago

Unfortunately, because of RFC 1034 (http://superuser.com/questions/264913/cant-set-example-com-as-a-cname-record), CNAMEs at the root are not allowed. You can try to get around this using a service like CloudFlare (https://support.cloudflare.com/hc/en-us/articles/200169056-CNAME-Flattening-RFC-compliant-support-for-CNAME-at-the-root).

adrianco commented 9 years ago

Thanks Dan, that makes sense.