Skip to content
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

Terminate the program when the maximum ping difference is exceeded #292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yjoer
Copy link

@yjoer yjoer commented Feb 27, 2024

Inspired by #179, I added an option to enable health checks to terminate the program if a ping is not received within a specified period. In container orchestration systems like Docker/Kubernetes, a container can be restarted once the process within is terminated. For this reason, the changes do not include the capability to restart the connection while leaving the process intact. Apart from the scenario mentioned in #179, this seems needed for networks behind a CGNAT where the ISP might assign a different IP address to a user anytime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant