Interface IGetExternalIpOptions

Since

5.0.4

Version

2023-11-24

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

Properties

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

Generated using TypeDoc