Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias PeersLog

    type PeersLog = {
        id?: number;
        ip?: string;
        timestamp?: number;
        blocked?: boolean;
        reason?: string;
    }
    Index

    Properties

    id?: number

    ID of the peer

    ip?: string

    IP of the peer

    timestamp?: number

    Milliseconds since epoch

    blocked?: boolean

    Whether or not the peer was blocked

    reason?: string

    Reason of the block