How to implement VPN split tunneling to exclude certain IPs from the VPN tunnel? #3187
katarina-ziv
started this conversation in
General
Replies: 1 comment
-
We managed to implement split tunneling with the following approach: For Android 33+, we used builder.excludeRoute to exclude the desired IPs from the VPN. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement split tunneling in an Android VPN application. Specifically, I want all traffic to go through the VPN by default, but certain IPs should bypass the VPN and use the regular internet connection.
I guess I have to add it to this part, but I'm not sure how it goes.
Beta Was this translation helpful? Give feedback.
All reactions