iTorrent icon indicating copy to clipboard operation
iTorrent copied to clipboard

Trusted Wifi Networks

Open lonkelle opened this issue 4 years ago • 8 comments

There should be a place to add a trusted network and not download or upload unless connected to it (also cellular would be its option).

lonkelle avatar Nov 16 '19 23:11 lonkelle

You can restrict cellular from iOS itself; However, a notification you are on cellular might be useful though.

syto203 avatar Nov 19 '19 18:11 syto203

That's true. But I'm really trying to restrict WIFI here. Only trust certain wifi networks.

I already have iTorrent turned off in my cellular data settings so I don't use up any data. But my home network is the only network I want to "trust."

lonkelle avatar Nov 20 '19 17:11 lonkelle

Any further looking into this since then?

lonkelle avatar Mar 18 '21 09:03 lonkelle

Sorry, no progress.

XITRIX avatar Mar 18 '21 16:03 XITRIX

@XITRIX What about if your app makes sure that one is on WiFi, that a VPN is turned on? That would also solve the issue. :)

lonkelle avatar Mar 18 '21 20:03 lonkelle

Could you paraphrase it? Do you mean that app need to check if iOS connected to VPN or not?

XITRIX avatar Mar 18 '21 22:03 XITRIX

Yes, a setting for "refuse connection if not connected to a VPN" is a huge thing for torrenting given the privacy and security implications that come with direct peer to peer connections like this protocol is.

Basically, if that setting is on (off by default) – your code would check that your phone is connected to a VPN and looks like it's decently easy to check with a simple function, full code provided here:

https://medium.com/@alessandrofrancucci/checking-vpn-connection-on-ios-swift-9748d733e49d

lonkelle avatar Mar 18 '21 23:03 lonkelle

Thanks for code reference, I'll try to implement such feature.

XITRIX avatar Mar 19 '21 10:03 XITRIX