Quellcode durchsuchen

comment out google dns in openvpn config template

Filipp Frizzy vor 9 Jahren
Ursprung
Commit
68b4bf7954
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      roles/vpn/templates/etc_openvpn_server.conf.j2

+ 1
- 1
roles/vpn/templates/etc_openvpn_server.conf.j2 Datei anzeigen

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

Laden…
Abbrechen
Speichern