ts-mailcow-api
    Preparing search index...

    Interface NFLog

    Netfilter log item.

    interface NFLog {
        message: string;
        priority: string;
        time: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string

    The netfilter message.

    priority: string

    The netfilter priority level.

    time: number

    Timestamp in Epoch format.