Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WebServerNetworkAccessControl

import type { WebServerNetworkAccessControl } from "https://googleapis.deno.dev/v1/composer:v1.ts";

Network-level access control policy for the Airflow web server.

interface WebServerNetworkAccessControl {
allowedIpRanges?: AllowedIpRange[];
}

§Properties

§
allowedIpRanges?: AllowedIpRange[]
[src]

A collection of allowed IP ranges with descriptions.