View openvpn.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Zoom split tunneling | |
# IP addresses sourced from https://assets.zoom.us/docs/ipranges/ZoomMeetings.txt | |
# This will route all traffic to Zoom through the client's default network gateway instead of through the VPN | |
# effectively bypassing the VPN for Zoom calls. | |
push "route 3.7.35.0 255.255.255.128 net_gateway 1" | |
push "route 3.21.137.128 255.255.255.128 net_gateway 1" | |
push "route 3.22.11.0 255.255.255.0 net_gateway 1" | |
push "route 3.23.93.0 255.255.255.0 net_gateway 1" | |
push "route 3.25.41.128 255.255.255.128 net_gateway 1" | |
push "route 3.25.42.0 255.255.255.128 net_gateway 1" |