guardianproject / orbot

The Github home of Orbot: Tor on Android (Also available on gitlab!)
https://gitlab.com/guardianproject/orbot
Other
1.98k stars 325 forks source link

[BUG] Hotspot always routed #1120

Open Fabian42 opened 1 month ago

Fabian42 commented 1 month ago

It seems like traffic from other devices using the phone's WLAN hotspot is always routed through Tor, no matter what "Open proxy on all interfaces" is set to.

Either that setting is broken or it means something other than what I interpreted, in which case a new setting for just would be helpful.

n8fr8 commented 3 days ago

The "open proxy" means that the tor daemon's HTTP and SOCKS proxy ports can be accessed from any local IP address.

The hotspot routing over the VPN feature isn't one we have a specific feature to turn off or on. In stock Android, I believe this does NOT happen. It must be a Lineage feature to have the hotspot route over the VPN.

Fabian42 commented 3 days ago

Oh yeah, "Allow clients to use VPNs" in the system's internet settings! It would still be nice to have a setting for this for Tor specifically, in case I use a different VPN for everything else.