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

    Type Alias NetworkSettings

    type NetworkSettings = {
        csrfProtection?: boolean;
        forceIpv4First?: boolean;
        trustProxy?: boolean;
        proxy?: {
            enabled?: boolean;
            hostname?: string;
            port?: number;
            useSsl?: boolean;
            user?: string;
            password?: string;
            bypassFilter?: string;
            bypassLocalAddresses?: boolean;
        };
        dnsCache?: {
            enabled?: boolean;
            forceMinTtl?: number;
            forceMaxTtl?: number;
        };
    }
    Index

    Properties

    csrfProtection?: boolean
    forceIpv4First?: boolean
    trustProxy?: boolean
    proxy?: {
        enabled?: boolean;
        hostname?: string;
        port?: number;
        useSsl?: boolean;
        user?: string;
        password?: string;
        bypassFilter?: string;
        bypassLocalAddresses?: boolean;
    }
    dnsCache?: { enabled?: boolean; forceMinTtl?: number; forceMaxTtl?: number }