kaven-utils - v6.1.0
    Preparing search index...

    Interface IGetExternalIpOptions

    5.0.4

    2025-10-13

    interface IGetExternalIpOptions {
        ignoreBuiltInRules?: boolean;
        ignoreCache?: boolean;
        ipv6?: boolean;
        logger?: ILoggingAgent;
        rules?: IExternalIpRule[];
    }

    Hierarchy

    • ILoggable
      • IGetExternalIpOptions
    Index

    Properties

    ignoreBuiltInRules?: boolean
    ignoreCache?: boolean
    ipv6?: boolean
    logger?: ILoggingAgent
    rules?: IExternalIpRule[]