Is it possible to implement somehow split tunnel according to domains and not only via IP?
The Packet Tunnel Provider is at the IP layer so it's probably not possible, but what about Per App VPN?
I found this description -
https://developer.apple.com/documentation/networkextension/neapprule/1406488-matchdomains
The Packet Tunnel Provider is at the IP layer so it's probably not possible, but what about Per App VPN?
I found this description -
https://developer.apple.com/documentation/networkextension/neapprule/1406488-matchdomains
So is it possible for Per App VPN to split traffic according to domains?Declaration
var matchDomains: [Any]? { get set }
Discussion
If this property is set to a nonempty array, then only connections to destinations in the domains specified in the array will use the VPN.