VenvVPN exposes a Squid HTTP/HTTPS forward proxy on each node with basic auth. Useful when only HTTP traffic needs tunnelling — browsers, RSS readers, CI runners.
How to connect: 1. Create an HTTP Proxy key in the Mini App — get user / password / host / port. 2. macOS: System Settings → Network → Proxies → enable Web / Secure Web Proxy. Windows: Settings → Network → Proxy. Browser: install Proxy SwitchyOmega. 3. Paste credentials.
Pros: works without any client install, browser cache plays nicely with the proxy cache, easy to script for CI.
Cons: no UDP, no QUIC (modern HTTP/3 sites fall back to TCP), credentials sit in OS settings.
Apps & OS: every browser, every OS network settings, curl, wget, every package manager.