masto
    Preparing search index...

    Interface CreateIpBlockParams

    interface CreateIpBlockParams {
        comment?: string | null;
        expiresIn?: number | null;
        ip?: string | null;
        severity: keyof IpBlockSeverityRegistry;
    }
    Index

    Properties

    comment?: string | null

    The reason for this IP block.

    expiresIn?: number | null

    The number of seconds in which this IP block will expire.

    ip?: string | null

    The IP address and prefix to block.

    severity: keyof IpBlockSeverityRegistry

    The policy to apply to this IP range.