Andy
984a8b9efa
fix(proxies): harden surfshark and windscribe selection
2026-02-07 20:34:31 -07:00
Andy
5fae23eb99
feat(proxy): add specific server selection for WindscribeVPN
2026-02-04 19:49:52 +00:00
Andy
c352884c17
fix(proxy): collect servers from all locations in WindscribeVPN
...
Previously get_random_server only collected servers from the first location matching a country code. Now it collects from all matching locations before selecting randomly.
2026-01-30 15:52:44 -07:00
Andy
385fcb2752
Revert "Merge pull request #64 from Aerglonus/dev"
...
This reverts commit 55bc2b16ee , reversing
changes made to 8c8c9368ba .
2026-01-30 15:52:06 +00:00
Aerglonus
a96bc9e4a6
fix(proxies): Fixes WindscribeVPN server authentication
2026-01-27 00:48:03 -06:00
Andy
e77f000494
feat: Gluetun VPN integration and remote service enhancements
...
Major features:
- Native Docker-based Gluetun VPN proxy provider with multi-provider support
(NordVPN, Windscribe, Surfshark, ExpressVPN, and 50+ more)
- Stateless remote service architecture with local session caching
- Client-side authentication for remote services (browser, 2FA, OAuth support)
Key changes:
- core/proxies/windscribevpn.py: Enhanced proxy handling
- core/crypto.py: Cryptographic utilities
- docs/VPN_PROXY_SETUP.md: Comprehensive VPN/proxy documentation
2026-01-24 11:23:13 -07:00
Andy
d0816787ce
fix: restrict WindscribeVPN to supported regions
2025-11-24 18:17:00 +00:00
Andy
3d384b8e3e
fix(windscribevpn): add error handling for unsupported regions in get_proxy method
2025-11-23 08:06:43 +00:00
Andy
888647ad64
feat(proxies): add WindscribeVPN proxy provider support
...
Add WindscribeVPN as a new proxy provider option, following the same pattern as NordVPN and SurfsharkVPN implementations.
Fixes : #29
2025-10-17 20:21:47 +00:00