Ctrl+C might not work even in a fresh Powershell terminal (at least, mine is)

metapone 2025-01-27 23:16:14 +07:00
parent c07a4b86ef
commit f7e0bfc0e2

@ -54,7 +54,7 @@ No errors? Amazing!
### Step 3: change the system DNS settings
If dnscrypt-proxy is running, hit `Control` and `C` in the terminal window to stop it. And then to launch the server in an extra window, run:
If dnscrypt-proxy is running, hit `Control` and `C` (or `Control` and `Break`) in the terminal window to stop it. And then to launch the server in an extra window, run:
```PowerShell
start dnscrypt-proxy
```