Is it possible to set up a custom domain with GitHub Pages, but keep the original github.io link working without redirection?

176 views Asked by At

Is there any way I can set up a custom domain with GitHub Pages (e.g. www.vinyanalista.com.br), but also keep the original github.io link working (e.g. vinyanalista.github.io)? That way, my website could be accessed by both addresses (www.vinyanalista.com.br or vinyanalista.github.io) without redirection.

Now, what is happening is:

The setting I want is:

Thanks in advice!

Edit: my DNS setup right now is:

Host    -        IP/Address
@       A        192.30.252.153
@       MX 5     ASPMX.L.GOOGLE.COM.
@       MX 10    ALT1.ASPMX.L.GOOGLE.COM.
@       MX 15    ALT2.ASPMX.L.GOOGLE.COM.
@       MX 20    ASPMX2.GOOGLEMAIL.COM.
@       MX 25    ASPMX3.GOOGLEMAIL.COM.
@       A        192.30.252.154
mail    CNAME    ghs.google.com.
www     CNAME    vinyanalista.github.io.
0

There are 0 answers