example screenshot for custom domains

This commit is contained in:
Kyle Drake 2024-08-18 11:06:18 -05:00
parent 6ee8d6ba18
commit 72d148b237
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View file

@ -11,7 +11,7 @@
<h3>Step 1</h3>
<p>
First, you need to add an "A record" to point your root domain (sometimes shown with an @ symbol) (yourdomain.com) to the following IP address:
First, you need to add an "A record" to point your root domain (sometimes shown with an @ symbol) (yourdomain.com) to the following IP address (<a href="/img/namecheap-dns-example.png">see an example here</a>):
</p>
<p><code>198.51.233.1</code></p>
@ -19,7 +19,7 @@
<h3>Step 2 (optional but recommended)</h3>
<p>
Next, you can add an "AAAA record" that also points to your root domain. This isn't strictly required, but provides IPv6 support which helps future proof your site. Use this address for the AAAA record:
Next, you can add an "AAAA record" that also points to your root domain. This isn't strictly required, but provides IPv6 support which helps future proof your site. Use this address for the AAAA record (<a href="/img/namecheap-dns-example.png">see an example here</a>):
</p>
<p><code>2620:2:6000::bad:dab:cafe</code></p>
@ -27,7 +27,7 @@
<h3>Step 3 (optional but recommended)</h3>
<p>
Sometimes users will type in www before a domain despite it no longer being necessary to load web sites. If you would like to have a <strong>www</strong> for your domain, create a CNAME record pointing <strong>www</strong> to <strong>yourdomain.com</strong>:
Sometimes users will type in www before a domain despite it no longer being necessary to load web sites. If you would like to have a <strong>www</strong> for your domain, create a CNAME record pointing <strong>www</strong> to <strong>yourdomain.com</strong> (<a href="/img/namecheap-dns-example.png">see an example here</a>):
</p>
<p><code>www CNAME yourdomain.com</code></p>