mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
5f8bc7b4f6
This feature allows users to enable DDNS re-resolve that will check for a DDNS change on handshake and/or ping failures without the need for auto tunnel and will dynamically update peers without bouncing the tunnel for added security/privacy. - Fixes tile toggling random/wrong tunnel. - Fixes native thread socket bypass crash with lockdown mode - Removes bouncing logic as DDNS change can now be resolved via a bypassed DoH socket and update the peers endpoints dynamically. - Restarting active tunnel on manual config changes removed. Will be replaced soon with a modal prompt asking users if they would like to restart (to preserve privacy and prevent leaks). - Refactor of tunnel start and stop logic for cleaner tunnel startup and shutdowns. - Various other fixes and changes.