Thank you for support!
Post
Replies
Boosts
Views
Activity
look like this issue has been fixed in 14.6.1
The application is using KEXT (Socket Filters) to intercept the traffic.
I am looking for the way to implement new solution which is based on Network Extension. However, I have not found any obviously way how to intercept the outgoing traffic and have a possibility to modify it.
Is it possible? If yes, what is the best practices? What is the simplest way to implement it?
Thank you in advance.
thank you for the help!
Thank you for the help!
If I want to start NETransparentProxyProvider, I have to set VPN configurations which is described by NEVPNProtocol.
[NETransparentProxyManager sharedManager].protocolConfiguration
So, looks like, I have to have running VPN server locally if I want to intercept desired outgoing network traffic.
Can it be done by Network Extension Framework?
Or I miss something.
Anyone ?