SaaSHub helps you find the best software and product alternatives Learn more →
Nordlynx Alternatives
Similar projects and alternatives to nordlynx
-
gluetun
VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
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
-
-
nordlynx discussion
nordlynx reviews and mentions
- 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
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Feb 2025
Stats
bubuntux/nordlynx is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of nordlynx is Dockerfile.