interface IScenarioOptions {
    allow-list?: {
        allowed?: string[];
    };
    maxIpCache?: number;
    maxmind?: IMaxMindOptions;
    x-forwarded-for?: IXForwardedForOptions;
}

Properties

allow-list?: {
    allowed?: string[];
}

Type declaration

  • Optional allowed?: string[]
maxIpCache?: number
maxmind?: IMaxMindOptions
x-forwarded-for?: IXForwardedForOptions

Generated using TypeDoc