Updated NextDNS Mode (markdown)

Yegor S
2023-12-13 19:16:16 -05:00
parent 5808a25a69
commit 7f0d22c625
+1
@@ -32,6 +32,7 @@ sh -c 'sh -c "$(curl -sL https://api.controld.com/dl)"'
```
## Windows Install
Run this in `cmd` not Powershell.
```
powershell -Command "(Invoke-WebRequest -Uri 'https://api.controld.com/dl' -UseBasicParsing).Content | Set-Content 'ctrld_install.bat'" && ctrld_install.bat
```