Created
May 14, 2021 09:14
-
-
Save tchartron/910f40e36f50276cbd15b069c26808d4 to your computer and use it in GitHub Desktop.
Push local dns server to use when connected to openvpn
This file contains hidden or 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
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