3

I have hosted a website with gitlab pages which I can access at gpecchio.gitlab.io/BeCall. However, I also bought the domain becall.io and I wanted to use this domain and not the gitlab one. I tried to follow the documentation but I can't quite figure out what to put in my CNAME record as host and as value. Any idea?

GPecchio
  • 303
  • 1
  • 5
  • 16

1 Answers1

4

Your A record should be:

name: becall.io , value: 52.167.214.135

Your CNAME might be:

name: www, value: becall.io

berzhy
  • 114
  • 1
  • 4