Skip to content

Instantly share code, notes, and snippets.

View notfromstatefarm's full-sized avatar

notfromstatefarm notfromstatefarm

View GitHub Profile
@notfromstatefarm
notfromstatefarm / openvpn.config
Created June 30, 2022 02:18
Split tunnel Zoom
# 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"