I'm using Mullvad for my VPN, and had issues with IPv6. Was fixed using the previous issue replies by adding '--sysctl net.ipv6.conf.all.disable_ipv6=0' to the run command, The workaround is in the readme under Synology. I'm currently using docker-compose with a YAML file for a...
In this Docker Gluetun tutorial, I am going to put my dockerized Qbittorrent behind Surfshark Wireguard VPN on Gluetun. We do that by specifying the following for qBittorrent container's network: 1 network_mode:"service:gluetun" Note that no other networks can be specified along withnetwork_...
This service is assuming that there is a bittorrent user set up with a home directory at /home/bittorrent/. The data directory will be mounted at /home/bittorrent/data/. This can be changed to whichever user and location you're using. OpenVPN is set to exit if there is a c...
get sonarr/radarr and qbittorrent if you want to automate downloads. if you’re in the Apple ecosystem, use infuse as the client, it’s the best (makes everything look like netflix). on Windows/linux/android vlc will do it but it looks like shit ♂️ 1 level 1 GorillaWarfare...
This service is assuming that there is a bittorrent user set up with a home directory at /home/bittorrent/. The data directory will be mounted at /home/bittorrent/data/. This can be changed to whichever user and location you're using. OpenVPN is set to exit if there is a connection fa...
When I run qBittorrent on my desktop, I see this over the VPN; it's able to query a tracker's DNS server: ...and then talk to it. Notice the IP from the DNS response are the same. (This was captured on my desktop with working qBittorrent, again) When I run tcpdump on the ...
Im using this docker image: dyonr/qbittorrentvpn Very rough image but i managed to kick it up with some tweaks, of which the privileged was required. The same thing just started happening for my Docker container yesterday, even though it was working fine for months. 🤔 ...
6881/udp # qBittorrent torrenting port volumes: - ./:/gluetun environment: - VPN_SERVICE_PROVIDER=mullvad - VPN_TYPE=wireguard - WIREGUARD_PRIVATE_KEY=*** - WIREGUARD_ADDRESSES=***/** - SERVER_CITIES=*** - TZ=Europe/Stockholm - UPDATER_PERIOD=24h - HTTP_CONTROL_SERVER_ADDRESS=:9075 ...
No, so the only place I'm putting the forwarded ports from the VPN provider are within qBittorrent as the 'Port used for incoming connections.' Everything else is just networking the containers together and the postup/predown wireguard scripts. Keep in mind that the qBittorrent container will...
This service is assuming that there is abittorrentuser set up with a home directory at/home/bittorrent/. The data directory will be mounted at/home/bittorrent/data/. This can be changed to whichever user and location you're using.