Skip to content

Commit 088604e

Browse files
Remove Google DNS servers
The server 8.8.8.8 specified in the DNS adapter properties is Google DNS. Recommend changing it to another public DNS host that allows recursive queries who is not a competitor, such as 4.2.2.2 (Level 3).
1 parent c86ffe5 commit 088604e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/hybrid/tutorial-password-hash-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Before you install Windows Server AD, run a script that installs prerequisites:
113113
$ipprefix = "24"
114114
$ipgw = "10.0.1.1"
115115
$ipdns = "10.0.1.117"
116-
$ipdns2 = "8.8.8.8"
116+
$ipdns2 = "4.2.2.2"
117117
$ipif = (Get-NetAdapter).ifIndex
118118
$featureLogPath = "c:\poshlog\featurelog.txt"
119119
$newname = "DC1"

0 commit comments

Comments
 (0)