RoutePlanner
Defined in: src/structures/Types/Utils.ts:406
Properties
Section titled “Properties”Property | Type | Description | Defined in |
---|---|---|---|
class? | RoutePlannerTypes | - | src/structures/Types/Utils.ts:407 |
details? | object | - | src/structures/Types/Utils.ts:408 |
details.blockIndex? | string | The information in which /64 block ips are chosen. This number increases on each ban. | src/structures/Types/Utils.ts:427 |
details.currentAddress? | string | The current address being used | src/structures/Types/Utils.ts:423 |
details.currentAddressIndex? | string | The current offset in the ip block | src/structures/Types/Utils.ts:425 |
details.failingAddresses | FailingAddress [] | The failing addresses | src/structures/Types/Utils.ts:417 |
details.ipBlock | object | The ip block being used | src/structures/Types/Utils.ts:410 |
details.ipBlock.size | string | The size of the ip block | src/structures/Types/Utils.ts:414 |
details.ipBlock.type | "Inet4Address" | "Inet6Address" | The type of the ip block | src/structures/Types/Utils.ts:412 |
details.ipIndex? | string | The current offset in the block | src/structures/Types/Utils.ts:421 |
details.rotateIndex? | string | The number of rotations | src/structures/Types/Utils.ts:419 |