From 98c63c27608c149748ddfa49f48a919b08f06389 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 25 Sep 2013 14:31:02 -0700 Subject: [PATCH] new ip address for custom domains --- views/custom_domain.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/custom_domain.slim b/views/custom_domain.slim index e4216b12..3fa8d24e 100644 --- a/views/custom_domain.slim +++ b/views/custom_domain.slim @@ -16,7 +16,7 @@ p Adding a custom domain allows you to have a domain name attached to your web site. So if you had a domain like catsknitting.com, you could have it point to your NeoCities site! p You will have to purchase a domain name from a registrar like Namecheap, and then add an A record to point your domain (catsknitting.com) to the following IP address: - p 5.9.136.200 + p 198.27.81.179 p If you want to add a www subdomain, or use a wildcard that will answer to everything (*), you will have to make a CNAME pointing to catsknitting.com for www and/or *. p After that, you can add the domain to the box below (just the catsknitting.com, don't add any subdomains), and your domain should come online within 5 minutes: form method="POST" action="/custom_domain"