-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NET-1315: add public ip change detection thread, remove dependency on…
… broker conn lost handler (#810) * add public ip detection thread * restart on public ip change * set proto to zero to get relevant ip * hard restart on IP changes * add only ip one voter to debug * ignore public ip from stun * update log level from error to warn * clean up logs, inital ip fetch logic * add debug log * fix ipv6 stun dns resolve issue (#812) * use only stun to discover public ip * fallback to ip service if stun fails,remove netmaker stun servers * change log level from error to warn * exclude InetClient for network change detection (#824) * fix ipv6 only wgPublicListenPort issue --------- Co-authored-by: Max Ma <[email protected]>
- Loading branch information
1 parent
bbe25f0
commit 90f01aa
Showing
5 changed files
with
114 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters