|
@@ -187,7 +187,7 @@ ifconfig-pool-persist ipp.txt
|
187
|
187
|
# (The OpenVPN server machine may need to NAT
|
188
|
188
|
# or bridge the TUN/TAP interface to the internet
|
189
|
189
|
# in order for this to work properly).
|
190
|
|
-push "redirect-gateway def1"
|
|
190
|
+push "redirect-gateway def1 bypass-dhcp"
|
191
|
191
|
push "dhcp-option DNS 10.8.0.1"
|
192
|
192
|
|
193
|
193
|
# Certain Windows-specific network settings
|
|
@@ -278,7 +278,7 @@ persist-tun
|
278
|
278
|
# Output a short status file showing
|
279
|
279
|
# current connections, truncated
|
280
|
280
|
# and rewritten every minute.
|
281
|
|
-status openvpn-status.log
|
|
281
|
+;status openvpn-status.log
|
282
|
282
|
|
283
|
283
|
# By default, log messages will go to the syslog (or
|
284
|
284
|
# on Windows, if running as a service, they will go to
|