Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Proton VPN quietly unveils a massive under-the-hood upgrade — here's all we know about 'Proton Protocols'

Proton VPN has rolled out a major under-the-hood rebuild to its apps. The newly introduced "Proton Protocols" promise quicker connections, better stability, and new features designed to easily bypass online censorship.

Proton VPN quietly unveils a massive under-the-hood upgrade — here's all we know about 'Proton Protocols'

Proton VPN, a Swiss-based privacy-focused company, has quietly launched an under-the-hood upgrade called Proton Protocols. This overhaul involves a complete client-side rebuild of their existing WireGuard codebase, promising improved performance and better evasion of online restrictions. The update is currently in beta version for Windows, Android, and Linux operating systems.

Proton Protocols introduces several key features, including automatic network conflict detection to identify and resolve issues caused by other software, quicker and more stable server connections, and an in-app connection rating system for users to quickly assess their VPN performance. By standardizing the codebase, Proton aims to enhance the company's ability to roll out complex features to traditionally under-supported operating systems and prepare for future security threats, such as quantum computing.

The updated architecture also improves the development team's ability to diagnose and fix issues, making the overall user experience smoother. In addition to the main upgrade, version 5.1.5 of the Windows client includes several quality-of-life improvements, such as fixing DNS rule issues and patching a reconnection flaw impacting users with IPv6 connectivity.

Users can now also provide direct feedback on their connection quality through a thumbs-up or thumbs-down rating system.

Written by urgent.news from TechRadar's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at techradar.com →

More in Tech

How to Enable Entire

How to Enable Entire in Your Repository Entire captures the context behind AI-assisted code changes and connects it to your Git history.

  • Entire records AI-assisted code changes with Git history.
  • Enable Entire via command 'entire enable -y' for all agents.
  • Checkpoints stored under Git refs or dedicated 'entire/checkpoints/v1' branch.

Engineer-to-Engineer: Building a Typing Test That Doesn't Lie to You

If you've ever shipped a "typing speed" feature into a developer tool, an educational dashboard, or a hiring pipeline, you've probably noticed that the simplest-looking metric in computing — words per…

  • Define two word meanings: classic 5-character vs. linguistically grounded
  • Naive implementation flawed by idle gaps, cold-start padding, and backspace handling
  • Use net WPM with warm-up prompt, idle timeout, and backspace handling for accurate measurement