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
965482a1e4
feat: merge upstream dev branch
...
- Add Gluetun dynamic VPN-to-HTTP proxy provider
- Add remote services and authentication system
- Add country code utilities
- Add Docker binary detection
- Update proxy providers
2025-11-25 20:23:06 +00: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
Andy
05ef841282
fix(env): 🐛 Update Shaka-Packager binary retrieval method
...
* Changed the binary retrieval for `Shaka-Packager` to use `find_binary` for improved accuracy.
* This ensures the correct binary is located and used in the environment checks.
2025-07-25 18:18:00 +00:00
Andy
4276267455
feat(proxies): ✨ Add SurfsharkVPN support
...
Original code by @p0llux12 - Discord
- Introduced `SurfsharkVPN` class for proxy service integration.
- Updated configuration to include `surfsharkvpn` in proxy providers.
- Removed legacy `nordvpn` configuration from YAML.
- Enhanced `dl.py` and `search.py` to utilize `SurfsharkVPN`.
2025-07-25 09:03:08 +00:00
Andy
d37014f53f
Initial Commit
2025-07-18 00:46:05 +00:00