Setting up a Wireguard Interface to a VPN on Ubuntu and not routing ALL traffic through it.

This page summarizes the projects mentioned and recommended in the original post on /r/VPNTorrents

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • docker-wireguard-socks-proxy

    Expose a WireGuard tunnel as a SOCKS5 proxy

  • I'm looking into something like this as an alternative: https://hub.docker.com/r/kizzx2/wireguard-socks-proxy

  • nordvpn

    NordVpn Docker Client

  • version: "3.5" services: vpn: image: bubuntux/nordvpn:v3.9.5-1 # Latest version doesnt work. Says, "Whoops! Connection failed" network_mode: bridge container_name: nordvpn cap_add: - NET_ADMIN # Required devices: - /dev/net/tun environment: # Review https://github.com/bubuntux/nordvpn#environment-variables - USER=redacted - PASS=redacted - CONNECT=United_States - TECHNOLOGY=NordLynx - NETWORK=192.168.0.0/24 # So it can be accessed within the local network ports: - 7878:7878 # radarr - 8989:8989 # sonarr - 5076:5076 # nzbhydra2 - 8112:8112 # deluge - 6881:6881 # deluge - 6881:6881/udp # deluge restart: always deluge: image: linuxserver/deluge:latest container_name: deluge network_mode: service:vpn environment: - PUID=1026 - PGID=100 - TZ=Europe/London volumes: - /volume1/docker/deluge:/config - /volume2/downloads/shared-downloads/torrents:/downloads depends_on: - vpn restart: always

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts