[Home](./index.md) > [bitburner](./bitburner.md) > [Darknet](./bitburner.darknet.md) > [probe](./bitburner.darknet.probe.md) ## Darknet.probe() method Returns a list of all darknet servers connected to the script's current server. For example, if called from a script running on `home`, it will return `["darkweb"]`. It will return an empty list if there are no darknet servers connected to the current server. Note that there is no guarantee about the order of servers in the returned list. **Signature:** ```typescript probe(returnByIP?: boolean): string[]; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| returnByIP | boolean | _(Optional)_ Optional. Controls whether the function returns IPs instead of hostnames. Defaults to false. |