<?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: Amit Vedante</title>
    <description>The latest articles on DEV Community by Amit Vedante (@amit_vedante).</description>
    <link>https://dev.to/amit_vedante</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%2F3886178%2F98bdd38b-b396-41ee-a179-e4427d7f688b.jpg</url>
      <title>DEV Community: Amit Vedante</title>
      <link>https://dev.to/amit_vedante</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amit_vedante"/>
    <language>en</language>
    <item>
      <title>Built a simple DDNS service because existing ones felt too complicated. https://rjuip.com</title>
      <dc:creator>Amit Vedante</dc:creator>
      <pubDate>Sat, 18 Apr 2026 14:37:37 +0000</pubDate>
      <link>https://dev.to/amit_vedante/built-a-simple-ddns-service-because-existing-ones-felt-too-complicated-httpsrjuipcom-2o0n</link>
      <guid>https://dev.to/amit_vedante/built-a-simple-ddns-service-because-existing-ones-felt-too-complicated-httpsrjuipcom-2o0n</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F94hxcxx3k2y6radgxtc2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F94hxcxx3k2y6radgxtc2.png" alt=" " width="800" height="1200"&gt;&lt;/a&gt;&lt;br&gt;
Hey everyone,&lt;/p&gt;

&lt;p&gt;I’ve been working a lot with ESP8266 projects and a small home server setup, and kept running into the same annoying issue — my public IP changing and breaking remote access.&lt;/p&gt;

&lt;p&gt;I tried a few DDNS services, but honestly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;some were overcomplicated&lt;/li&gt;
&lt;li&gt;some had messy configs&lt;/li&gt;
&lt;li&gt;some didn’t play nicely with simple IoT setups&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I ended up building a lightweight DDNS service for my own use, and recently turned it into something others can try:&lt;/p&gt;

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

&lt;p&gt;It’s intentionally simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clean update URL (no weird formats)&lt;/li&gt;
&lt;li&gt;Works with routers, scripts, ESP8266&lt;/li&gt;
&lt;li&gt;Fast IP updates&lt;/li&gt;
&lt;li&gt;Minimal setup (2 minutes)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example request:&lt;br&gt;
&lt;a href="https://rjuip.com/update.php?hostname=yourdomain.rjuip.com&amp;amp;username=youruser&amp;amp;password=yourpass&amp;amp;myip=auto" rel="noopener noreferrer"&gt;https://rjuip.com/update.php?hostname=yourdomain.rjuip.com&amp;amp;username=youruser&amp;amp;password=yourpass&amp;amp;myip=auto&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Right now registrations are paused for a short time (doing some system upgrades), but I’ve added a waitlist.&lt;/p&gt;

&lt;p&gt;Would really appreciate feedback from people here — especially if you’re into self-hosting or IoT 🙌&lt;/p&gt;

</description>
      <category>iot</category>
      <category>networking</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
