nordlynx
gluetun

nordlynx | gluetun | |
---|---|---|
19 | 376 | |
223 | 8,920 | |
4.0% | 5.6% | |
3.9 | 9.3 | |
about 2 months ago | 10 days ago | |
Dockerfile | Go | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nordlynx
- NordLynx with docker for torrenting | Transmission and QbitTorrent
- NordLynx with docker for torrenting on Pi
- Docker Image - Invalid Username or Password Bug
-
Nordlynx and qbit not working.. any ideas?
version: '3.8' services: nordlynx: image: bubuntux/nordlynx:latest container_name: nordlynx restart: unless-stopped healthcheck: test: ["CMD-SHELL", "curl https://api.nordvpn.com/vpn/check/full | grep '\"status\":\"Protected\"' && exit 0 || exit 1"] cap_add: - NET_ADMIN # Required sysctls: - net.ipv6.conf.all.disable_ipv6=1 ulimits: # Recommended for High bandwidth scenarios memlock: soft: -1 hard: -1 dns: - 192.168.0.250 - 192.168.0.251 networks: - bridge-lan ports: - 8082:8082 # qBittorrent - 6881:6881 # qBittorrent - 6881:6881/udp # qBittorrent environment: # Review https://github.com/bubuntux/nordlynx - PRIVATE_KEY=${PRIVATE_KEY} #required # Country Codes - https://github.com/azinchen/nordvpn/blob/master/COUNTRIES.md - QUERY=filters[country_id]=227&filters[servers_groups][identifier]=legacy_p2p&filters[servers_technologies][identifier]=wireguard_udp - NET_LOCAL=192.168.0.0/24 - TZ=${TZ} - PUID=${PUID} - PGID=${PGID}
-
Extremely Slow Torrenting Speed
I added the following env and the rest is pretty much the default from the gitHub (https://github.com/bubuntux/nordlynx)
I ended up using another NordVPN container (by the same author) and it is working pretty well now. 1g/1g sympatric internet gets about 20m/s download speed. I added the following env and the rest is pretty much the default from the gitHub (https://github.com/bubuntux/nordlynx) - ALLOWED_IPS=0.0.0.0/0 (maybe without this nordvpn is blocking everything?)
-
Easiest way to use VPN on plex server PC with split tunneling PIA.
This is what I use. It works great, is easy to setup, and includes qbit in the template docker-compose file.
-
NordVPN on unRAID
Please migrate to the NordLynx container (https://github.com/bubuntux/nordlynx)
-
Can anyone tell me why I cannot access my docker container using networkmode: service
I would check out https://github.com/bubuntux/nordlynx
- NordVPN container on swarm
gluetun
-
Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
I've been using the LSIO Webtop images for a few years. They're awesome for composable desktops that I run behind a VPN for a quick and easy dirty connection at home.
Combine the Webtop images by forcing it's traffic through the Gluetun [0] container and you're up and running. These Webtop containers are nice and snappy as well thanks to Kasm. Awesome OSS.
[0] https://github.com/qdm12/gluetun
-
Mullvad will drop OpenVPN support
There is gluetun, https://github.com/qdm12/gluetun, which servers a similar purpose and supports ovpn and wireguard. It's mainly used with Docker to have namespace-based proxying of traffic for a container.
-
Custom command on docker startup after watchtower update
healthcheck: # https://github.com/qdm12/gluetun/issues/641#issuecomment-933856220 test: "curl -sf https://example.com || exit 1" interval: 1m timeout: 10s retries: 2
-
Communicating with another docker container that is networked through a VPN container
I have containers a,b,c. Container C is running Gluetun (https://github.com/qdm12/gluetun) which is a VPN container.
- Restart vpn connection (new ip) from inside the container?
-
It's this time of the year again... which open-source project are you donating to?
The last couple of years I have been donating to Gluetun.
-
How to host a docker based proxy for selected containers
One option I could find is Gluetun, which looks very popular and actively maintained. In this case we have one single point of contact with VPN provider. The other containers should be run with network_mode: service:gluetun. If I understand correctly, those container will use VPN for every network operation, even for inter-container communication. Would they be visible for the containers not attached to gluetun (e.g. the SWAG reverse proxy)?
-
Express vpn container
Try setting it up. https://github.com/qdm12/gluetun See if it works for your needs.
-
Easy port-forwarding on linux
After some digging around, I found this project, which I think should get a lot more light on itself. It allows to setup port-forwarding on linux very easily, together with a lot of other things !
-
running a docker with a torrent client and vpn INSIDE the container... bad idea?
I setup Gluetun with qbittorrent in docker. Gluetun connects to the nord via manual login and I get to choose the specific servers I want it to you in its environment variables.
What are some alternatives?
nordvpn - NordVpn Docker Client
docker-wireguard-pia - A Docker container for using Wireguard with PIA.
wireguard-windows - Download WireGuard for Windows at https://www.wireguard.com/install . This repo is a mirror only. Official repository is at https://git.zx2c4.com/wireguard-windows
docker-qbittorrentvpn - Docker container which runs a qBittorent-nox client with an optional WireGuard or OpenVPN connection
nordvpn - NordVPN Docker Client
docker-transmission-openvpn - Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel
openvpn-client
multipass - Multipass orchestrates virtual Ubuntu instances
Whisparr
umbrel-apps - The official app repository of the Umbrel App Store. Submit apps and updates here. Learn how → https://github.com/getumbrel/umbrel-apps#readme
arch-privoxyvpn - Docker build script for Arch Linux base with Privoxy and OpenVPN
