Updated Troubleshooting Guide (markdown)

Yegor S
2024-02-09 14:58:59 -05:00
parent a6fdba6315
commit 62da258acf

@@ -29,6 +29,12 @@ if the process is running, let's dig deeper. `ctrld` will spawn one or more DNS
netstat -tupln | grep ctrld
```
On MacOS you need to run this instead:
```
sudo lsof -iUDP -nP | grep ctrld
```
You may need to prefix the above command with `sudo` if you're not using a root user. The output may look something like this
```