-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VPN exits after period of no internet #262
Comments
Can you please paste the log showing this, preferably with DEBUG set to 'true'. |
Since I'm away from the server I'm waiting for it to happen again naturally, but I've enabled DEBUG in the meantime |
Here are the logs, seems like an unexpected process exit at 2024-07-23T02:23:58: Click to expand logs
|
If the server looses internet connectivity, the script is unable to connect to the VPN provider and starts retrying every 10 seconds. After a number of attempts, it gives up and exits.
I have a server located in a place that loses internet intermittently, for up so several hours at a time. Since the script permanently exits, every period of missing internet requires the container is manually restarted for the VPN to re-connect and the network interface to re-appear.
I'd prefer the script go into an "internet check mode", where internet connectivity is regularly checked, and the connection re-established once internet connectivity is restored, as having to constantly restart the container manually defeats the purpose of using containerization in the first place, in my opinion 😅.My bad, turns out it does actually do this, but there's a different issue.
The text was updated successfully, but these errors were encountered: