confirmedcode / Lockdown-iOS

GNU General Public License v3.0
886 stars 86 forks source link

A simple logger #81

Closed Lorokos closed 3 years ago

Lorokos commented 3 years ago

I don't know if this is difficult or if apple limits this, but it would be very handy to see connections being made to iOS and add them accordingly to block.

gbu117 commented 3 years ago

iOS VPN APIs only allow you to intercept app-generated requests, and select Apple apps' requests, but most requests by system processes on iOS are exempt from the VPN APIs, just as is the case on macOS' NetworkExtension APIs much to the chagrin of many after the death of Network Kernel Extension (NKE) APIs. However, a logger that shows allowed, blocked requests, etc should be possible.

hijohnnylin commented 3 years ago

29 duplicate