Interface IGetExternalIpOptions

Since

5.0.4

Version

2023-11-24

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

Hierarchy

  • ITraceableOptions
    • IGetExternalIpOptions

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!!!