Files
Maycon Santos dd44b168fa Fix DNS resolution failure when toggling exit nodes (#82)
- Route all DNS through the tunnel on iOS by always setting matchDomains=[""], eliminating the drift between Go's DNS server (which has a root zone fallback handler) and iOS 
  tunnel settings that only matched specific domains
  - Handle empty route notifications from Go — when the exit node was the only route and was deselected, the notifier sent an empty string that Swift silently dropped, leaving 
  stale 0.0.0.0/0 in the tunnel and black-holing all traffic                                                                                                                    
  - Fix route card status indicator showing green after deselecting a route by checking route.selected before evaluating peer connection status
2026-04-08 08:44:18 +02:00
..
2024-02-28 19:22:16 +01:00
2026-03-22 11:52:24 +01:00