Browse Source

comment out google dns in openvpn config template

Filipp Frizzy 9 years ago
parent
commit
3024d03552
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/vpn/templates/etc_openvpn_server.conf.j2

+ 1
- 1
roles/vpn/templates/etc_openvpn_server.conf.j2 View File

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

Loading…
Cancel
Save