For example, I have a GitHub Pages site with a custom domain.
Here are the dns records for the domain:
Is this CNAME record public?
Or is there a way for someone to determine the GitHub Pages url, ajzbc.github.io
, from my custom domain ajzbc.com
To clarify, is there for example a command I could run that would output the CNAME?
Thanks
dig ajzbc.com
? – andrewjazbecnslookup
thentype=CNAME
thenajzbc.com
and hit enter and it should return all the CNAME records for that domain. – Tachyonconnection timed out; no servers could be reached
– andrewjazbec