Issue #1409: fix — remove unnecessary and confusing Windows flush DNS instructions.

This commit is contained in:
Steven Black
2020-09-26 15:54:34 -04:00
parent 32242792ba
commit 6ebfc1ed2d

View File

@@ -331,13 +331,6 @@ Open a command prompt with administrator privileges and run this command:
ipconfig /flushdns
```
Before flushing the DNS cache, open a command prompt with administrator privileges and run this command:
```bat
sc config "Dnscache" start=disabled
sc stop "Dnscache"
```
### Linux
Open a Terminal and run with root privileges: