mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
63 lines
1.1 KiB
Markdown
63 lines
1.1 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Darknet](./bitburner.darknet.md) > [induceServerMigration](./bitburner.darknet.induceservermigration.md)
|
|
|
|
## Darknet.induceServerMigration() method
|
|
|
|
Increases the chance that the target server will move to other parts of the darknet, by overloading the connections between it and the current server. The target must be a connected, non-stationary, darknet server - scripts cannot target the server they are running on.
|
|
|
|
Effect scales with threads and charisma level.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
induceServerMigration(host: string): Promise<DarknetResult>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Parameter
|
|
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
host
|
|
|
|
|
|
</td><td>
|
|
|
|
string
|
|
|
|
|
|
</td><td>
|
|
|
|
Hostname/IP of the connected server to migrate.
|
|
|
|
|
|
</td></tr>
|
|
</tbody></table>
|
|
|
|
**Returns:**
|
|
|
|
Promise<[DarknetResult](./bitburner.darknetresult.md)<!-- -->>
|
|
|
|
A promise that resolves to a [DarknetResult](./bitburner.darknetresult.md) object.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 4 GB
|
|
|