<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rudraansh Prajapati</title>
    <description>The latest articles on DEV Community by Rudraansh Prajapati (@rudraansh_prajapati_4e1f7).</description>
    <link>https://dev.to/rudraansh_prajapati_4e1f7</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3773968%2F07ec0ac2-889f-4572-a88d-ddbdda6b1531.png</url>
      <title>DEV Community: Rudraansh Prajapati</title>
      <link>https://dev.to/rudraansh_prajapati_4e1f7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rudraansh_prajapati_4e1f7"/>
    <language>en</language>
    <item>
      <title>DNS Changed but Website Still Showing Old Version?</title>
      <dc:creator>Rudraansh Prajapati</dc:creator>
      <pubDate>Sun, 15 Feb 2026 12:35:14 +0000</pubDate>
      <link>https://dev.to/rudraansh_prajapati_4e1f7/dns-changed-but-website-still-showing-old-version-1ca7</link>
      <guid>https://dev.to/rudraansh_prajapati_4e1f7/dns-changed-but-website-still-showing-old-version-1ca7</guid>
      <description>&lt;p&gt;If you’ve updated your domain’s DNS records and your website isn’t reflecting the changes immediately, you’re likely experiencing DNS propagation. DNS updates don’t go live worldwide instantly because records are cached by ISPs and public resolvers based on their TTL (Time To Live) settings, which can delay changes anywhere from a few minutes to 24–48 hours. Instead of guessing whether your update worked, you can check global DNS status instantly using a lookup tool like 👉 &lt;a href="https://getdnsinfo.com/" rel="noopener noreferrer"&gt;https://getdnsinfo.com/&lt;/a&gt;&lt;br&gt;
 to verify A, MX, TXT, CNAME, and NS records from multiple regions.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Changed Your DNS But Website Still Not Updating? Here’s Why.</title>
      <dc:creator>Rudraansh Prajapati</dc:creator>
      <pubDate>Sun, 15 Feb 2026 12:33:05 +0000</pubDate>
      <link>https://dev.to/rudraansh_prajapati_4e1f7/changed-your-dns-but-website-still-not-updating-heres-why-1f8l</link>
      <guid>https://dev.to/rudraansh_prajapati_4e1f7/changed-your-dns-but-website-still-not-updating-heres-why-1f8l</guid>
      <description>&lt;p&gt;You updated your domain.&lt;/p&gt;

&lt;p&gt;You cleared cache.&lt;/p&gt;

&lt;p&gt;You refreshed 20 times.&lt;/p&gt;

&lt;p&gt;Still seeing the old website?&lt;/p&gt;

&lt;p&gt;Welcome to DNS propagation.&lt;/p&gt;

&lt;p&gt;🌍 What’s Actually Happening?&lt;/p&gt;

&lt;p&gt;When you change a DNS record (A, MX, TXT, NS, etc.), the update doesn’t go live worldwide instantly.&lt;/p&gt;

&lt;p&gt;Why?&lt;/p&gt;

&lt;p&gt;Because DNS data is cached by:&lt;/p&gt;

&lt;p&gt;ISPs&lt;/p&gt;

&lt;p&gt;Public DNS resolvers (Google, Cloudflare)&lt;/p&gt;

&lt;p&gt;Browsers&lt;/p&gt;

&lt;p&gt;Operating systems&lt;/p&gt;

&lt;p&gt;This caching improves performance — but it also causes delay after changes.&lt;/p&gt;

&lt;p&gt;⏳ How Long Does DNS Propagation Take?&lt;/p&gt;

&lt;p&gt;It depends on TTL (Time To Live).&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;TTL = 3600 seconds (1 hour)&lt;/p&gt;

&lt;p&gt;That means some users may still see old data for up to 1 hour.&lt;/p&gt;

&lt;p&gt;In some cases, propagation can take:&lt;/p&gt;

&lt;p&gt;5–30 minutes&lt;/p&gt;

&lt;p&gt;Up to 24–48 hours (rare but possible)&lt;/p&gt;

&lt;p&gt;🔎 How I Check If DNS Has Updated Globally&lt;/p&gt;

&lt;p&gt;Instead of guessing, I check DNS status from multiple regions.&lt;/p&gt;

&lt;p&gt;I use this DNS lookup tool:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://getdnsinfo.com/" rel="noopener noreferrer"&gt;https://getdnsinfo.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It lets you instantly check:&lt;/p&gt;

&lt;p&gt;A Records&lt;/p&gt;

&lt;p&gt;MX Records&lt;/p&gt;

&lt;p&gt;TXT Records&lt;/p&gt;

&lt;p&gt;CNAME&lt;/p&gt;

&lt;p&gt;NS Records&lt;/p&gt;

&lt;p&gt;This helps quickly confirm whether the issue is propagation or something else.&lt;/p&gt;

&lt;p&gt;🧠 Pro Tip for Developers&lt;/p&gt;

&lt;p&gt;Before migrating servers:&lt;/p&gt;

&lt;p&gt;✔ Lower TTL 24 hours in advance&lt;br&gt;
✔ Wait for TTL to expire&lt;br&gt;
✔ Then update DNS&lt;/p&gt;

&lt;p&gt;This reduces downtime significantly.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
