• 0 Posts
  • 115 Comments
Joined 3 years ago
cake
Cake day: July 2nd, 2023

help-circle


  • The only issue is your phone collecting location data and then relaying it to somewhere in the internet.

    The privacy risk is when things have location access AND internet access.

    I’m fairly certain my phone is not accessing my location unless I ask it to (I have GrapheneOS). But it’s absolutely pinging my location when I open a map or upload a photo to the internet. I do those things sparingly.




  • The problem is this also blocks SMS from those outside your contacts. It will be an issue with 2FA.

    I created a “Do not disturb” profile that only blocks voice calls for non-contacts. SMS still comes through. My ringtone is a silent file, but that’s just my preference.

    In the DND profile, I only allowed messaging apps to show notifications. I don’t care about the rest.














  • The main benenfit is not having to deal with NAT. You get your own address and your traffic is not conflated with other people’s.

    You also get privacy extensions. Your device generates a temporary address for making outgoing connections. The address has no listening sockets. This means that you cannot get portscanned by every website you visit.

    You don’t need to try and figure out your external IP address. There’s no differentiation between internal/external addresses. They’re all global, as the internet was intended.

    You can throw as many IP addresses on an interface as you want. If you want to run two web servers from one machine, you can have multiple addresses with different services on port 443.