Hacker News new | ask | show | jobs
Show HN: VPN Peek – macOS menu bar app with DNS and IPv6 leak detection
2 points by anhphong 170 days ago
Hey HN,

I built a menu bar utility to monitor VPN status and detect leaks on macOS.

The problem: macOS doesn't make it obvious when your VPN silently disconnects, and even when connected, DNS or IPv6 traffic can leak outside the tunnel without you knowing.

VPN Peek shows your connection status at a glance and runs leak detection:

- DNS leak detection: checks if your DNS queries go through your VPN or leak to your ISP

- IPv6 leak detection: detects if your real IPv6 address is exposed

- Shows current public IP and location

- Notifications when VPN drops or leaks are detected

- Auto-refreshes on network changes

Works with any VPN provider – it monitors at the system level, not tied to any specific app.

Built with SwiftUI/AppKit hybrid for native macOS feel. Runs locally, only reaches out to check your public IP for leak detection.

$3.99 on Mac App Store, no subscription.

Feedback welcome – especially from anyone who's dealt with VPN leak issues.

Link: https://apps.apple.com/us/app/vpn-peek/id6757384027

1 comments

Ah, the IPv6 leak, never thought of that. Disabling IPv6 in the os pays off again
Disabling works! I've had some problems with macOS updates, so I'm cautious about turning it back on. That's why I created this app.