A quick note to myself the next time I stumble over this: when you instruct Blogger to map the blog to a 3rd party (custom) domain it basically instructs you to add three entries to your domain's zone file: 1. a mapping from the domain to ghs.google.com 2. a mapping from some weird subdomain you'll … Continue reading Using Blogger with a custom domain: the zonefile dot problem
Tag: DNS
Running a website on ip6
I started quite a while ago moving a pet project to ip6. While it doesn't involve any programming per se, it turned out to be quite a complicated process involving multiple configuration steps. Thus, for your enjoyment I present: running a website on ip6 with Ubuntu 14.04 (older versions won't work because their kernel doesn't … Continue reading Running a website on ip6
Installing a local DNS cache on Ubuntu 11.10
A while ago I noticed that Firebug would report 40-100ms DNS lookups for sites that could not possibly not be in the local DNS. When reloading a page that had just been rendered, the same DNS lookup delays would show up over and over. I could not verify whether it's an issue with my ISP … Continue reading Installing a local DNS cache on Ubuntu 11.10