Hi I've developed a custom VPN app for macOS (system-extension, Packet Tunnel Provider), and I have the following problem:
- I'm connected vie Ethernet only (not Wi-Fi). I configured on the Ethernet interface HTTP and HTTPS proxies.
- I'm connecting to my VPN:
- If I'm using a 'full tunnel' - the traffic won't pass to the Ethernet proxies, this is expected
- If I'm using a split tunnel - even the routes included on the tunnel will reach the Ethernet proxies, this is not expected.
Am I right that this behavior is not expected? How can I fix this issue?