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

    Interface IGetExternalIpOptions

    5.0.4

    2023-11-24

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

    Hierarchy

    • ITraceableOptions
      • IGetExternalIpOptions
    Index

    Properties

    ignoreBuiltInRules?: boolean
    ignoreCache?: boolean
    ipv6?: boolean
    rules?: IExternalIpRule[]
    trace?: boolean

    Warning: Enabling this option in production is not recommended. Sensitive information may be output, use at your own risk!!!