Skip to content

Instantly share code, notes, and snippets.

@tchartron
Created May 14, 2021 09:14
Show Gist options
  • Save tchartron/910f40e36f50276cbd15b069c26808d4 to your computer and use it in GitHub Desktop.
Save tchartron/910f40e36f50276cbd15b069c26808d4 to your computer and use it in GitHub Desktop.
Push local dns server to use when connected to openvpn
route-nopull
route 192.168.0.200 255.255.255.255
route X.X.X.X 255.255.255.0
script-security 2
dhcp-option DNS 192.168.0.200
dhcp-option DOMAIN local.intra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment