You've firewalled your apps. You've monitored your router.
Now your packets are leaving the building.
Every privacy tool moves trust somewhere. None of them eliminate it.
Source: windscribe.com · riseup.net/en/vpn · mullvad.net
Source: torproject.org/download
Source: github.com/MarcusHoltz/hidden-vpn-that-looks-like-a-website
./data/ — persistent across container restarts, easy to back up
Source: github.com/MarcusHoltz/vpn-over-port-53
easy-wg-quick to deploy — works on open networks
iodined + CoreDNS in Docker — actual data encoded in DNS queries
| Tool | Clearnet? | Anonymity | Speed | Complexity | Best For |
|---|---|---|---|---|---|
| Windscribe VPN | Yes | Low — trust VPN | Fast | Very Low | ISP privacy, geo-unblocking |
| Riseup VPN | Yes | Low — trust Riseup | Medium | Very Low | Activist / political use |
| Mullvad | Yes | Low-Med — audited | Fast | Low | Serious daily ISP privacy |
| Tor Browser | Yes (exit) | High | Slow | Low | Sensitive browsing, .onion |
| Tails OS | Yes (via Tor) | Very High | Slow | Medium | High-stakes, amnesiac sessions |
| I2P | No (internal) | High | Slow | Medium | Internal services, communities |
| Lokinet | Yes (exit) | Medium | Medium | Medium | .loki services, real-time |
| Shadowsocks | Yes | Low — trust server | Fast | Medium | Bypassing DPI / censorship |
| XRAY Trojan | Yes | Low — trust server | Fast | High | Evading DPI, indistinguishable HTTPS |
| VPN over port 53 | Yes | Low — trust server | Fast→Slow | Medium | Restricted networks, every port blocked |
| Tailscale | No (mesh) | Trust Tailscale | Fast | Very Low | Connecting your own devices |
| NetBird/Nebula | No (mesh) | Self-hosted | Fast | High | Self-hosted mesh, no trust |
Source: github.com/MarcusHoltz/tor-hidden-service
mkp224o — github.com/cathugger/mkp224o — generates v3 vanity .onion addresses
authorized_clients file on the server
.gitignore — safe to manage in version control
YOUR DATA
|
▼ ← TrackerControl / WFC / OpenSnitch / Little Snitch
[ Device firewall ] — blocks apps from calling home on your device
|
▼ ← OPNsense: ntopng, Suricata, DNS blocklists, IP blocklists
[ Your router ] — network-level visibility and blocking for all devices
|
▼ ← VPN / Tor / XRAY / Tailscale
[ Encrypted tunnel ] — hides traffic from ISP, obscures destination IP
|
▼
[ Exit point / Relay network ]
|
▼
[ Destination ]
| Tool | Where |
|---|---|
| Windscribe VPN | windscribe.com — free 10GB/month, open source clients |
| Riseup VPN | riseup.net/en/vpn — free, activist-run, no account needed |
| Mullvad | mullvad.net — cash/Monero, no-account model, audited |
| Tor Browser | torproject.org |
| Tails OS | tails.boum.org — amnesiac OS, all traffic through Tor |
| I2P / i2pd | i2pd.website — lightweight C++ I2P router |
| Lokinet | lokinet.org — Linux, Windows, macOS, Android |
| XRAY hidden VPN | github.com/MarcusHoltz/hidden-vpn-that-looks-like-a-website |
| VPN over port 53 | github.com/MarcusHoltz/vpn-over-port-53 |
| Free V2Ray/XRAY list | github.com/ebrasha/free-v2ray-public-list |
| Yggdrasil | yggdrasil-network.github.io |
| Tailscale | tailscale.com — free personal tier, up to 100 devices |
| NetBird | netbird.io — self-hostable Tailscale alternative |
| Nebula | github.com/slackhq/nebula — infrastructure-grade mesh |
| mkp224o (vanity .onion) | github.com/cathugger/mkp224o |
| Tor hidden service (Docker) | github.com/MarcusHoltz/tor-hidden-service |
| Tor hidden service guide | blog.holtzweb.com — Docker + OPNsense + vanity address |