Files
bitburner-src/markdown/bitburner.darknet.isdarknetserver.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

939 B

Home > bitburner > Darknet > isDarknetServer

Darknet.isDarknetServer() method

Returns whether the server is a darknet server.

Returns false if the server does not exist or has gone offline recently. This function does not DarkscapeNavigator.exe.

Signature:

isDarknetServer(host?: string): boolean;

Parameters

Parameter

Type

Description

host

string

(Optional) Optional. Hostname/IP for the requested server object. Defaults to the running script's server.

Returns:

boolean

true if the server is a darknet server, false otherwise.

Remarks

RAM cost: 0.1 GB