Hello, I am having trouble setting up the docker to work correctly, so far I was able to install it but when I try to run a torrent, it never starts. I tried the unraid forums but after 5 days no one responded.
I already tried with this guide
https://www.reddit.com/r/qBittorrent/comments/16grjby/help_with_setting_up_qbittorrent_with_vpn/
But found that my config file, just get written and all the options erased, so I replaced a second time and the same happened.
I found that my VPN user under my options with VPNUnlimited has a 64bit password followed by : and my email it is something like this XXXXXXXXXX:USER-EMAIL and my password is the same. Not sure if that is the issue with my settings.
Other than that, I change the name to my config file to wg0.conf and this is the content
[Interface]
PostUp = ‘/root/wireguardup.sh’
PostDown = ‘/root/wireguarddown.sh’
PrivateKey = THIS PRIVATE KEY DOESN’T HAVE MY EMAIL
Address = 10.103.231.254/32
DNS = 10.100.0.1
PreDown = powershell -command “$wgInterface = Get-NetAdapter -Name %WIREGUARD\_TUNNEL\_NAME%; route delete 0.0.0.0 mask 0.0.0.0 0.0.0.0 if $wgInterface.ifIndex metric 95”
Table = off
[Peer]
PublicKey = NOT SURE IF i DON’T HAVE TO CENSOR THIS
PresharedKey = NOT SURE IF I DON’T HAVE TO CENSOR THIS
AllowedIPs = 0.0.0.0/0
Endpoint = 184.75.208.34:259
PersistentKeepalive = 25
Any help is greatly appreciated.
Thanks.