class? | RoutePlannerTypes | - | src/structures/Types/Utils.ts:395 |
details? | object | - | src/structures/Types/Utils.ts:396 |
details.blockIndex? | string | The information in which /64 block ips are chosen. This number increases on each ban. | src/structures/Types/Utils.ts:415 |
details.currentAddress? | string | The current address being used | src/structures/Types/Utils.ts:411 |
details.currentAddressIndex? | string | The current offset in the ip block | src/structures/Types/Utils.ts:413 |
details.failingAddresses | FailingAddress [] | The failing addresses | src/structures/Types/Utils.ts:405 |
details.ipBlock | object | The ip block being used | src/structures/Types/Utils.ts:398 |
details.ipBlock.size | string | The size of the ip block | src/structures/Types/Utils.ts:402 |
details.ipBlock.type | "Inet4Address" | "Inet6Address" | The type of the ip block | src/structures/Types/Utils.ts:400 |
details.ipIndex? | string | The current offset in the block | src/structures/Types/Utils.ts:409 |
details.rotateIndex? | string | The number of rotations | src/structures/Types/Utils.ts:407 |