snapdrop-android icon indicating copy to clipboard operation
snapdrop-android copied to clipboard

Add VPN usage hint

Open fm-sys opened this issue 4 years ago • 6 comments

Maybe pointing this out as a short hint ("Note: The app might have problems sharing files/messages when using VPN. If you encounter this, try without VPN.")?

Suggested in https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9080

fm-sys avatar May 30 '21 17:05 fm-sys

Is there a way around it without disabling VPN?

Kreuger avatar Feb 05 '22 22:02 Kreuger

Unfortunately not. Snapdrop uses WebRTC to transfer the files, and doesn't use any external turn servers for it. However if VPN is enabled, WebRTC is unable to communicate with other devices in your local network.

fm-sys avatar Feb 06 '22 07:02 fm-sys

Is WebRTC a safe way to transfer files? I know there are concerns with it leaking data.

Kreuger avatar Feb 06 '22 12:02 Kreuger

It's not bad in general, especially as files do not leave your local network and the server is only needed to establish the connection.

But if you want to get more details, I would suggest asking the snapdrop developers instead: https://github.com/RobinLinus/snapdrop

I'm only the Android client guy :)

fm-sys avatar Feb 06 '22 13:02 fm-sys

Thanks for your answers and hard work!

Kreuger avatar Feb 06 '22 14:02 Kreuger

Just for reference: Not only VPN's but also other tools like Adguard or uBlock Origin can be problematic...

See https://github.com/RobinLinus/snapdrop/issues/194

fm-sys avatar Mar 01 '22 10:03 fm-sys