diff --git a/public/img/namecheap-dns-example.png b/public/img/namecheap-dns-example.png new file mode 100644 index 00000000..a705ad93 Binary files /dev/null and b/public/img/namecheap-dns-example.png differ diff --git a/views/settings/site/custom_domain.erb b/views/settings/site/custom_domain.erb index 89b1002c..d9bf52b5 100644 --- a/views/settings/site/custom_domain.erb +++ b/views/settings/site/custom_domain.erb @@ -11,7 +11,7 @@

Step 1

- 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 (see an example here):

198.51.233.1

@@ -19,7 +19,7 @@

Step 2 (optional but recommended)

- 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 (see an example here):

2620:2:6000::bad:dab:cafe

@@ -27,7 +27,7 @@

Step 3 (optional but recommended)

- 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 www for your domain, create a CNAME record pointing www to yourdomain.com: + 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 www for your domain, create a CNAME record pointing www to yourdomain.com (see an example here):

www CNAME yourdomain.com