<?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: Matt Jensen</title>
    <description>The latest articles on DEV Community by Matt Jensen (@mjensen).</description>
    <link>https://dev.to/mjensen</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%2F2983618%2F9052541d-068c-48e0-b4b9-d333e2b2d4e6.png</url>
      <title>DEV Community: Matt Jensen</title>
      <link>https://dev.to/mjensen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mjensen"/>
    <language>en</language>
    <item>
      <title>How I Found a Proxy List That Actually Works in 2025</title>
      <dc:creator>Matt Jensen</dc:creator>
      <pubDate>Thu, 27 Mar 2025 22:38:17 +0000</pubDate>
      <link>https://dev.to/mjensen/how-i-found-a-proxy-list-that-actually-works-in-2025-5378</link>
      <guid>https://dev.to/mjensen/how-i-found-a-proxy-list-that-actually-works-in-2025-5378</guid>
      <description>&lt;p&gt;Let’s be honest — most free proxy lists out there are either full of dead IPs, throttled to death, or wrapped in paywalls.&lt;/p&gt;

&lt;p&gt;I stumbled across a small site recently that’s doing something a bit more solid. It pulls public proxies from multiple sources, tests each one, and filters out anything that’s broken or slow.&lt;/p&gt;

&lt;h3&gt;
  
  
  It checks for:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;HTTPS support&lt;/li&gt;
&lt;li&gt;Latency (time to first byte)&lt;/li&gt;
&lt;li&gt;Anonymity level (transparent, anonymous, elite)&lt;/li&gt;
&lt;li&gt;Country geolocation (via offline GeoIP)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole thing is displayed in a clean table that updates every few minutes — no JavaScript overload, no signup required.&lt;/p&gt;

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

&lt;p&gt;It’s been surprisingly useful for small scraping tasks, testing geo-blocks, or just having IPs on hand when needed.&lt;/p&gt;

&lt;h3&gt;
  
  
  Here’s a sample from today:
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;IP&lt;/th&gt;
&lt;th&gt;Port&lt;/th&gt;
&lt;th&gt;Country&lt;/th&gt;
&lt;th&gt;Anonymity&lt;/th&gt;
&lt;th&gt;HTTPS&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;103.149.144.34&lt;/td&gt;
&lt;td&gt;8080&lt;/td&gt;
&lt;td&gt;IN&lt;/td&gt;
&lt;td&gt;Anonymous&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;47.243.55.21&lt;/td&gt;
&lt;td&gt;3128&lt;/td&gt;
&lt;td&gt;CN&lt;/td&gt;
&lt;td&gt;Elite&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;45.167.125.97&lt;/td&gt;
&lt;td&gt;9999&lt;/td&gt;
&lt;td&gt;BR&lt;/td&gt;
&lt;td&gt;Transparent&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Tools like this tend to disappear or fall apart, but for now, this one’s holding up well. Worth a bookmark if you’re in this space.&lt;/p&gt;

</description>
      <category>proxies</category>
      <category>automation</category>
      <category>devtools</category>
      <category>privacy</category>
    </item>
  </channel>
</rss>
