Last active
August 1, 2019 08:43
-
-
Save mayrund/1f60961eb1f9696620fdcadd233691f4 to your computer and use it in GitHub Desktop.
extra OpenVPN configuration
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
# DNS | |
# add this to keep using the local DNS server | |
pull-filter ignore "dhcp-option DNS" | |
# or add this if you would like to use a specific DNS server when connecting with | |
dhcp-option DNS 10.11.12.13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment