1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-12-23 05:11:34 -05:00

add developer tools info

This commit is contained in:
kimg45 2024-08-24 07:39:00 -05:00 committed by GitHub
parent e605a413a6
commit cf1dc84ae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,3 +226,9 @@ Apple silicon Macs offer [Rosetta 2](https://support.apple.com/en-us/102527), a
## iCloud Private Relay ## iCloud Private Relay
With an iCloud+ subscription, you will have access to [Private Relay](https://developer.apple.com/icloud/prepare-your-network-for-icloud-private-relay/). Private Relay uses the QUIC protocol and routes your traffic through two nodes: one run by Apple and one run by a third party so that your real IP address and your destination can't be easily correlated. Private Relay covers Safari traffic, DNS queries, and insecure http app traffic leaving your device. With an iCloud+ subscription, you will have access to [Private Relay](https://developer.apple.com/icloud/prepare-your-network-for-icloud-private-relay/). Private Relay uses the QUIC protocol and routes your traffic through two nodes: one run by Apple and one run by a third party so that your real IP address and your destination can't be easily correlated. Private Relay covers Safari traffic, DNS queries, and insecure http app traffic leaving your device.
## Command Line Tools
If you need developer tools like Python and git, you can install Xcode and get them with automatic updates without having to install any third-party software. Alternatively, you can use the command `xcode-select --install` to install the tools without Xcode.
This adds a lot of attack surface to your machine, so it's best to avoid installing developer tools unless you absolutely need them.