For iOS, my understanding was that Apple already provides a built-in firewall?
Besides, the APIs to track connections/flows per application aren't necessarily available on iOS [0]?
I used to hack on AOSP for a living, so kind of right at home with Android, right now.
[0} https://developer.apple.com/documentation/networkextension/f...
Digging a bit deeper in the developer docs, it looks like it may be possible? https://developer.apple.com/documentation/networkextension/a...
Given that the core firewall is implemented in Go, we should be able to port it to iOS without much worry. But first, must arrange funds to purchase a Mac and an iPhone :)
For iOS, my understanding was that Apple already provides a built-in firewall?
Besides, the APIs to track connections/flows per application aren't necessarily available on iOS [0]?
I used to hack on AOSP for a living, so kind of right at home with Android, right now.
[0} https://developer.apple.com/documentation/networkextension/f...