In the documentation it gives an example of DNS records:
demo.openedx 1800 IN A 172.105.89.208
*.demo.openedx 1800 IN CNAME demo.openedx.overhang.io.
I just wondered if this was correct: why is the first record demo.openedx but the second is demo.openedx.overhang.io? I’m not being pedantic; I’m trying to set-up my own DNS records and haven’t got studio.mydomain.com resolving properly yet.
Hello,
You can just use demo.yourdomain.com and studio.demo.yourdomain.com as A record to your IP.
For the example in the documentation, the domain is “overhang.io” so “demo.openedx” is a subdomain of overhang.io, the A record doesn’t need to specifiy the ‘.overhangio.io’ but the CNAME needs a full domain name.