<?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: Koray KÖYLÜ</title>
    <description>The latest articles on DEV Community by Koray KÖYLÜ (@kamazaki).</description>
    <link>https://dev.to/kamazaki</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%2F3956907%2F80823184-cbee-44c9-bcfe-47885d08653b.jpg</url>
      <title>DEV Community: Koray KÖYLÜ</title>
      <link>https://dev.to/kamazaki</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kamazaki"/>
    <language>en</language>
    <item>
      <title>I built a "what is my IP" site because I was tired of the ugly ones</title>
      <dc:creator>Koray KÖYLÜ</dc:creator>
      <pubDate>Thu, 28 May 2026 15:39:14 +0000</pubDate>
      <link>https://dev.to/kamazaki/i-built-a-what-is-my-ip-site-because-i-was-tired-of-the-ugly-ones-263j</link>
      <guid>https://dev.to/kamazaki/i-built-a-what-is-my-ip-site-because-i-was-tired-of-the-ugly-ones-263j</guid>
      <description>&lt;p&gt;I use "what is my IP" sites maybe once a month. Every time I end up on something covered in ads, calling three different tracking APIs, and showing me results I don't fully understand. So I spent a weekend building whatsmy.fyi.&lt;/p&gt;

&lt;p&gt;The thing I didn't expect: you don't need an IP geolocation  API at all if you're on Cloudflare Workers. Every request  comes with a &lt;code&gt;cf&lt;/code&gt; object that already has your city, country,  ISP, TLS version, HTTP protocol, and RTT. Free. Zero latency.&lt;/p&gt;

&lt;p&gt;The part I enjoyed most was the WebRTC leak test. It checks  whether your browser is exposing your real IP through  RTCPeerConnection even when you're on a VPN. I ran it on  my own setup. It was leaking.&lt;/p&gt;

&lt;p&gt;Zero logs. Zero storage. Just your data, shown to you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://whatsmy.fyi" rel="noopener noreferrer"&gt;https://whatsmy.fyi&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>showdev</category>
      <category>cloudflare</category>
      <category>privacy</category>
    </item>
  </channel>
</rss>
