Hello, I'm trying to figure out if I have an issue with the container or with my VPN provider. It runs fine for about 12 hours or so, then connection is lost, logs shows DNS issues:
2024-06-25 16:04:57,656 DEBG 'watchdog-script' stdout output:
[info] qBittorrent process listening on port 8080
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 49 0 0 100 49 0 960 --:--:-- --:--:-- --:--:-- 980
2024-06-26 03:31:15,879 DEBG 'watchdog-script' stdout output:
[info] DNS failure, creating file '/tmp/dnsfailure' to indicate failure...
2024-06-26 03:31:31,005 DEBG 'start-script' stdout output:
[info] Sending 'down' command to WireGuard due to dns failure...
Then it ends up in a loop, trying to get the interface up again but due to DNS issues it shuts down the interface, repeat. Restarting the container dosnt help, so far the only fix I've found is to go to ovpn.com (my vpn provider) and create a new config/keypair to add to the wg0.conf file. Then it works... for another 12 hours or so. This kinda feels like an issue on their end? But I dont have this issue on my phone or other devices using the official wireguard client and config file from them.
EDIT: Added a sanitized version of my supervisord.log
EDIT2: Contacted the VPN provider that confirmed this is probably an issue on their end. This issue can be ignored.