kaven-utils - v5.5.0
    Preparing search index...

    Variable DefaultGetExternalIpByUPnPOptionsConst

    DefaultGetExternalIpByUPnPOptions: {
        checkIp: (ip?: string) => boolean;
        ignoreCache: boolean;
        localPort: number;
        multicastIp: string;
        port: number;
        timeoutMilliseconds: number;
        trace: boolean;
    } = ...

    Type declaration

    • checkIp: (ip?: string) => boolean
    • ignoreCache: boolean
    • localPort: number

      Let the system choose a free port by default

    • multicastIp: string
    • port: number
    • timeoutMilliseconds: number
    • trace: boolean

    5.0.3

    2023-11-21