You’re right, I think I’ll just play more casually. Do you have any links or recommendations so I don’t miss anything important? The only thing I know is that I can’t let the fire burn forever in Scene 1."
You’re right, I think I’ll just play more casually. Do you have any links or recommendations so I don’t miss anything important? The only thing I know is that I can’t let the fire burn forever in Scene 1.
WebRTC isn’t magic. WebRTC does not bypass a VPN, nor is it the only–or even most common–way that software on your phone, Android or otherwise, can exfiltrate potentially sensitive information, intentionally or unintentionally. The way WebRTC on your phone might leak an IP is that during ICE, which is used by more than just WebRTC, the phone’s local IP addresses may be sent, and IPv6 addresses on your WiFi or cell connection may be globally unique. IPv4 local addresses will almost certainly be meaningless, private addresses due to IPv4 address space exhaustion, and any non-local address will be from your VPN gateway.
You cannot block ICE per app or system wide because it is not a system facility, and the permissions required to implement it on Android are not very specific.
Thanks, but my main concern is with Android apps, not just browsers. It seems that any app using WebRTC can obtain a user’s real IP address, even when a proxy is being used
Thanks. WebRTC-related IP leaks can occur when using a proxy. I’m searching for a method to disable WebRTC per application or across the entire system when using VPN
cool stuff, but without GUI many people might not willing to use it