Hello All,
NERules with their included/excluded network are used to configure the system network extension about traffic which should be redirected to respective extension.
Post configuring the rules, how do we check what rules an extension is currently running with.
Is there any api or terminal command equivalent of show command that show the current settings for the running extension.
Obviously, we know the information in the code which populates the rules and therefore we can always dump that info on disk in a format we wish but before I go there wanted to know if there's native/inherent way of doing this that already exist.
Post
Replies
Boosts
Views
Activity
Hello All,
I am starting to investigate into this new SystemExtension/NetworkExtension and I am not able to determine if my use case ends up having multiple extensions then is there a way for me to specify the order between them?
More specifically, in my use case I might resort to both VPN and Transparent proxy extensions, but i expect pkt to first hit VPN and then the proxy.
Thank you in advance.
Apologies if I am overlooking something basic here.