|
|
|
|
188
|
# or bridge the TUN/TAP interface to the internet
|
188
|
# or bridge the TUN/TAP interface to the internet
|
189
|
# in order for this to work properly).
|
189
|
# in order for this to work properly).
|
190
|
;push "redirect-gateway def1 bypass-dhcp"
|
190
|
;push "redirect-gateway def1 bypass-dhcp"
|
|
|
191
|
+;push "dhcp-option DNS 8.8.8.8"
|
191
|
push "redirect-gateway def1"
|
192
|
push "redirect-gateway def1"
|
192
|
push "dhcp-option DNS 10.8.0.1"
|
193
|
push "dhcp-option DNS 10.8.0.1"
|
193
|
-push "dhcp-option DNS 8.8.8.8"
|
|
|
194
|
|
194
|
|
195
|
# Certain Windows-specific network settings
|
195
|
# Certain Windows-specific network settings
|
196
|
# can be pushed to clients, such as DNS
|
196
|
# can be pushed to clients, such as DNS
|