mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
Updated Troubleshooting Guide (markdown)
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user