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