<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>dns on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/dns/</link>
    <description>Recent content in dns on S Anand</description>
    <generator>Hugo -- 0.164.0</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 27 Apr 2026 16:30:50 -0400</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/dns/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Deploying websites over dinner</title>
      <link>https://www.s-anand.net/blog/deploying-websites-over-dinner/</link>
      <pubDate>Mon, 27 Apr 2026 16:30:50 -0400</pubDate>
      <guid>https://www.s-anand.net/blog/deploying-websites-over-dinner/</guid>
      <description>&lt;p&gt;Over dinner with &lt;a href=&#34;https://www.linkedin.com/in/nishka-gattu-32133b339/&#34;&gt;Nishka&lt;/a&gt;, we were trying to deploy a website. The challenge was: How can we deploy this website, just on mobile, &lt;strong&gt;without getting up from the dinner table&lt;/strong&gt;?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;STEP 1: Hosting&lt;/strong&gt;. On my phone, I dictated to ChatGPT (whose transcription is excellent), copy-pasted that to Gemini (which is faster):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I want to publish specifically a static HTML web page on my own domain.&lt;br&gt;
I want the easiest way that I can host it, preferably just by copy-pasting from my mobile without needing to muck around with Git and the likes of it.&lt;br&gt;
What are the most robust, reliable hosting providers that I could use? I can sort out the domain name myself as long as they support an option to map a custom domain name to them.&lt;br&gt;
Ideally, I am looking for something that is free, preferably free forever.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Top answer: &lt;a href=&#34;https://pages.github.com/&#34;&gt;GitHub Pages&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Since Nikki already had a GitHub account, that worked well. Using &lt;a href=&#34;https://github.com/mobile&#34;&gt;GitHub Mobile&lt;/a&gt;, she created a new repository, created a new &lt;code&gt;index.html&lt;/code&gt;, and published it to GitHub Pages - all from the phone, without needing to get up from the dinner table. (The content was vibe-coded later, but the infrastructure was set up during dinner.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;STEP 2: Domain Name&lt;/strong&gt;. Next question - again, to Gemini via ChatGPT dictation:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Okay, I want to buy a domain name next. What&amp;rsquo;s the cleanest simplest cheap way that I can get a domain?&lt;br&gt;
For now I&amp;rsquo;m not particular about which domain but I should be able to buy this very easily just on a mobile and I should be able to configure the DNS directly on the mobile itself.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Top answer: &lt;a href=&#34;https://www.cloudflare.com/products/registrar/&#34;&gt;Cloudflare Registrar&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Nikki didn&amp;rsquo;t have a Cloudflare account, but was able to sign up for one easily on the phone.&lt;/p&gt;
&lt;p&gt;After searching for a bit, &lt;a href=&#34;https://www.rexgattu.com/&#34;&gt;rexgattu.com&lt;/a&gt; (the future home page for the youngest member of the family) was available for ~$10/year.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Photo of Rex&#34; loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2026-04-27-rex-gattu.avif&#34;&gt;&lt;/p&gt;
&lt;p&gt;Her sister&amp;rsquo;s credit card photos were available on her phone, so there was no need to get up from the dinner table to get the card details.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;STEP 3: Setting up DNS&lt;/strong&gt;. The third question was:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;How do I point a domain name that I purchased on Cloudflare and his managed by Cloudflare to a GitHub Pages page?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It provided step-by-step instructions: Go to DNS &amp;gt; Records. Add an A record pointing &lt;code&gt;@&lt;/code&gt; to &lt;code&gt;185.199.108.153&lt;/code&gt;. Add a CNAME record pointing &lt;code&gt;www&lt;/code&gt; to &lt;code&gt;[username].github.io&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;She did that. Now &lt;a href=&#34;https://www.rexgattu.com/&#34;&gt;&lt;code&gt;www.rexgattu.com&lt;/code&gt;&lt;/a&gt; pointed to the GitHub Pages site.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;That&amp;rsquo;s it! Our infrastructure has gone to the point where we can deploy a website on a custom domain, without even needing to get up from the table.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Google internal subdomains</title>
      <link>https://www.s-anand.net/blog/google-internal-subdomains/</link>
      <pubDate>Wed, 20 Sep 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-internal-subdomains/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blog.outer-court.com/archive/2006-09-20-n72.html&#34;&gt;Google&amp;rsquo;s internal subdomains&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Domain name analysis</title>
      <link>https://www.s-anand.net/blog/domain-name-analysis/</link>
      <pubDate>Sat, 01 Apr 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/domain-name-analysis/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.yafla.com/dforbes/2006/03/29.html&#34;&gt;Domain name analysis&lt;/a&gt;. All two-letter and three-letter acronyms are taken. About 80% of 4-letter acronyms are taken. All common names are taken. 90% of common full names are taken. And more.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Competition for ICANN</title>
      <link>https://www.s-anand.net/blog/competition-for-icann/</link>
      <pubDate>Sat, 09 Dec 2000 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/competition-for-icann/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.icann.org&#34;&gt;ICANN&lt;/a&gt; isn&amp;rsquo;t the only domain-name body. There&amp;rsquo;s competition for that too, with &lt;a href=&#34;http://www.youcann.org/&#34;&gt;YouCANN&lt;/a&gt;, &lt;a href=&#34;http://www.open-rsc.org/&#34;&gt;Open-RSC&lt;/a&gt; and others. &lt;a href=&#34;http://www.wired.com/news/politics/0,1283,40301,00.html&#34;&gt;Wired has the story&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
