Files
bitburner-src/markdown/bitburner.darknet.getstasislinkedservers.md
Michael Ficocelli 6073964768 DARKNET: Darkweb Expansion Project & Bitnode (#2139)
This is BN15. It is a really big change; see the PR for all the details.
2026-02-03 03:40:36 -08:00

61 lines
817 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Darknet](./bitburner.darknet.md) &gt; [getStasisLinkedServers](./bitburner.darknet.getstasislinkedservers.md)
## Darknet.getStasisLinkedServers() method
Returns the hostnames/IPs of servers that have a stasis link applied.
**Signature:**
```typescript
getStasisLinkedServers(returnByIP?: boolean): string[];
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
returnByIP
</td><td>
boolean
</td><td>
_(Optional)_ Optional. If true, returns IPs instead of hostnames. Defaults to false.
</td></tr>
</tbody></table>
**Returns:**
string\[\]
Hostnames/IPs
## Remarks
RAM cost: 0 GB