<?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: Ngoc Thien</title>
    <description>The latest articles on DEV Community by Ngoc Thien (@nnt25).</description>
    <link>https://dev.to/nnt25</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%2F3949858%2F9f0f7594-0d50-4765-ada3-428eaa2025b7.png</url>
      <title>DEV Community: Ngoc Thien</title>
      <link>https://dev.to/nnt25</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nnt25"/>
    <language>en</language>
    <item>
      <title>Building a Privacy-First Self-Hosted Network Diagnostic Tool</title>
      <dc:creator>Ngoc Thien</dc:creator>
      <pubDate>Mon, 25 May 2026 03:20:13 +0000</pubDate>
      <link>https://dev.to/nnt25/building-a-privacy-first-self-hosted-network-diagnostic-tool-2ppj</link>
      <guid>https://dev.to/nnt25/building-a-privacy-first-self-hosted-network-diagnostic-tool-2ppj</guid>
      <description>&lt;h1&gt;
  
  
  NetCheck — Privacy-First Network Diagnostics
&lt;/h1&gt;

&lt;p&gt;I just shipped a self-hosted network diagnostic tool after getting tired of random websites leaking my IP and tracking me.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;DNS lookup, ping, traceroute, MTR, port check, SSL certificate inspection, WHOIS, reverse DNS, HTTP response checker, and request headers — all in one clean page.&lt;/p&gt;

&lt;h2&gt;
  
  
  The privacy angle
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Your origin IP never reaches the targets.&lt;/strong&gt; All probes go through Globalping API, so targets see a third-party probe IP instead of yours. No tracking, no cookies, no analytics.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Backend: Python FastAPI&lt;/li&gt;
&lt;li&gt;Frontend: Vanilla HTML/CSS/JS (no framework, no build step)&lt;/li&gt;
&lt;li&gt;Deployment: Docker Compose (one command)&lt;/li&gt;
&lt;li&gt;License: AGPL v3&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Live demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://netcheck.nnt25.io.vn" rel="noopener noreferrer"&gt;https://netcheck.nnt25.io.vn&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHub
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/sudo-Penguin-Lalala/netcheck" rel="noopener noreferrer"&gt;https://github.com/sudo-Penguin-Lalala/netcheck&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is my first project and honestly a lot of it was built with Claude Code assistance, but every line is reviewed and it's production-ready.&lt;/p&gt;

&lt;p&gt;Feedback and contributions welcome!&lt;/p&gt;

</description>
      <category>selfhosted</category>
      <category>privacy</category>
      <category>networking</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
