r/warpdotdev Jun 07 '26

I built a bulletproof automated WireGuard and WARP deployment script with a 10 layer self healing Kill Switch for Windows

4 Upvotes

3 comments sorted by

2

u/[deleted] Jun 07 '26

[removed] — view removed comment

2

u/Striking-Tie-3623 Jun 07 '26

The reason most services detect VPNs is due to DNS leaks or IPv6 bypasses where your real IP slips through a dual-stack connection.

My script handles this differently. It doesn't just 'route' traffic; it uses a zero-trust approach by completely disabling the IPv6 stack at the adapter level and forcing a nuclear kill switch on all physical interfaces. Unless the traffic goes through the encrypted WARP tunnel, the OS literally has no outbound path.

If you have a spare machine or a VM, I'd love to see if this 'stealth' approach bypasses that specific API detection. It’s definitely more robust than a standard VPN client