Jamil

Results 709 comments of Jamil

https://github.com/firezone/firezone/actions/runs/9052663558/job/24870602094?pr=4962

Noted, thanks for looking further into it

They seem to be using the DNS servers from the WiFi interface

Yeah I saw that. I don't think it's the same issue, but need to triage further. One thing of note is that the offending apps are installed directly via APK....

Able to reproduce using the following steps: - Build, launch Firezone in Android simulator - Install AndroDNS from https://github.com/gryphius/androdns/releases by dragging APK onto simulator window - Try resolving a Firezone...

The problem with AndroDNS is they have their DNS server detection code which doesn't correctly use the servers set by our VPN service: https://github.com/gryphius/androdns/blob/master/app/src/main/java/androdns/android/leetdreams/ch/androdns/DnsServersDetector.java#L156

Another issue is that when "Block connections that don't go through the VPN" is enabled, Android stops using the VPN DNS servers for lookups and instead uses the servers from...

This should improve UX by opening a auth sheet for sign in that gets auto-dismissed or closed after sign in, otherwise there's no point to this

@jasonboukheir Hold on this. We are reworking how we do redirects which should fix this issue for Android