Discolink
    Preparing search index...

    Interface RotatingNanoRoutePlannerDetails

    interface RotatingNanoRoutePlannerDetails {
        currentAddressIndex: string;
        blockIndex: string;
        ipBlock: IPBlock;
        failingAddresses: FailingAddress[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    currentAddressIndex: string

    The current offset in the ip block

    blockIndex: string

    The information in which /64 block ips are chosen. This number increases on each ban.

    ipBlock: IPBlock

    The ip block being used

    failingAddresses: FailingAddress[]

    The failing addresses