Hello,
I am setting this up for the first time with the PIA VPN, and when I choose the Wireguard VPN Client option, I receiving the following logs, that state there is no wireguard config. However, from the instructions page, I believe one should be created on the fly for PIA VPN? I have left this running like this for a couple hours, thinking it might take time to create a config, but nothing else happens.
2022-11-15 16:50:34.727229 [info] System information Linux sabnzbd 5.15.0-52-generic #58-Ubuntu SMP Thu Oct 13 08:03:55 UTC 2022 x86_64 GNU/Linux
2022-11-15 16:50:34.759258 [info] OS_ARCH defined as 'x86-64'
2022-11-15 16:50:34.790198 [info] PUID defined as '1000'
2022-11-15 16:50:34.822629 [info] PGID defined as '1000'
2022-11-15 16:50:34.882368 [info] UMASK defined as '000'
2022-11-15 16:50:34.915140 [info] Permissions already set for '/config'
2022-11-15 16:50:34.948448 [info] Deleting files in /tmp (non recursive)...
2022-11-15 16:50:34.989209 [info] VPN_ENABLED defined as 'yes'
2022-11-15 16:50:35.022117 [info] VPN_CLIENT defined as 'wireguard'
2022-11-15 16:50:35.053138 [info] VPN_PROV defined as 'PIA'
2022-11-15 16:50:35.088543 [crit] No WireGuard config file located in /config/wireguard/ (conf extension), please download from your VPN provider and then restart this container, exiting...
Here are the options, I have set in my Docker Compose file:
- DEBUG=true
- VPN_ENABLED=yes
- VPN_PROV=PIA
- VPN_CLIENT=wireguard
- VPN_USER=<UserAccount for PIA>
- VPN_PASS=<Password for PIA>
- ENABLE_PRIVOXY=yes
- STRICT_PORT_FORWARD=yes
- LAN_NETWORK=<LAN Network>
- NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1
- UMASK=000
- TZ=${TZ}
- PUID=${PUID}
- PGID=${PGID}
Can someone please let me know what I am missing?
Thanks
CC