|
|
|
|
|
by teraflop
1459 days ago
|
|
The whole point of something like Little Snitch is to detect, and give you the option of preventing, connections that you wouldn't otherwise know about. For instance, programs that secretly phone home with telemetry about the user's behavior. I can easily imagine such a program doing its own DNS lookups (or just using hardcoded IP addresses) to avoid detection, and this approach allows you to block it anyway. Sure, you could do the same thing manually. But you might as well say "why does anyone need Visual Studio Code when we have sed and awk?" |
|
There are better alternative routes you can take that do not involve a "MITM" for all your connections.