Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
rm unused windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ingbyr committed Dec 27, 2021
1 parent 2e030ca commit 403f10f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ Gohost is a simple host switcher tool supporting Windows, Linux and macOS.
- For Linux and macOS user: use `sudo gohost` or login as root


## For Windows User

If new hosts not working, you probably need disable `DNS Client Service` by excuting below command in powershell (admin mode) and reboot your compouter.
```powershell
REG add "HKLM\SYSTEM\CurrentControlSet\services\dnscache" /v Start /t REG_DWORD /d 4 /f
```

Also you can enbale `DNS Client Service` again by excuting in powershell (admin mode).

```powershell
REG add "HKLM\SYSTEM\CurrentControlSet\services\dnscache" /v Start /t REG_DWORD /d 2 /f
```


## Usage

### Manage Host File
Expand Down

0 comments on commit 403f10f

Please sign in to comment.