Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A simple logger #81

Closed
Lorokos opened this issue Oct 26, 2020 · 3 comments
Closed

A simple logger #81

Lorokos opened this issue Oct 26, 2020 · 3 comments

Comments

@Lorokos
Copy link

Lorokos commented Oct 26, 2020

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
Copy link

gbu117 commented Nov 17, 2020

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
Copy link
Member

#29 duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@hijohnnylin @Lorokos @gbu117 and others