RoutePlanner
Defined in: src/structures/Types/Utils.ts:415
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
class? (src/structures/Types/Utils.ts:416) | RoutePlannerTypes | |
details? (src/structures/Types/Utils.ts:417) | object | |
details.blockIndex? (src/structures/Types/Utils.ts:436) | string | The information in which /64 block ips are chosen. This number increases on each ban. |
details.currentAddress? (src/structures/Types/Utils.ts:432) | string | The current address being used |
details.currentAddressIndex? (src/structures/Types/Utils.ts:434) | string | The current offset in the ip block |
details.failingAddresses (src/structures/Types/Utils.ts:426) | FailingAddress[] | The failing addresses |
details.ipBlock (src/structures/Types/Utils.ts:419) | object | The ip block being used |
details.ipBlock.size (src/structures/Types/Utils.ts:423) | string | The size of the ip block |
details.ipBlock.type (The type of the ip block) | "Inet4Address" \ | "Inet6Address" |
details.ipIndex? (src/structures/Types/Utils.ts:430) | string | The current offset in the block |
details.rotateIndex? (src/structures/Types/Utils.ts:428) | string | The number of rotations |