Hello! I was going through the installation/setup process today and ran into an issue when configuring qBittorrent. When I tried configuring Network interface to tun0, I only saw lo and eth0 as options. I tried looking at my .env file but noticed it didn't exist, so I created one like:
Code: Select all
# Base configuration
PUID=1000
PGID=1000
MEDIA_DIRECTORY=/my_location/media
INSTALL_DIRECTORY=/tmp/yams
MEDIA_SERVICE=jellyfin
# VPN configuration
VPN_ENABLED=true
VPN_SERVICE=surfshark
VPN_USER=user@email.com
VPN_PASSWORD=sample_password,
Then I running
Code: Select all
docker logs -n 100 gluetun
and it looks like it still thinks I'm using openvpn:
Code: Select all
ERROR [openvpn] AUTH: Received control message: AUTH_FAILED
Your credentials might be wrong 🤨
I'm not really sure what's going wrong or how to proceed from here, any advice would be appreciated!