Skip to content

Commit 2a360ce

Browse files
committed
Fixed missing import
1 parent 566551a commit 2a360ce

File tree

1 file changed

+2
-0
lines changed
  • src/content/docs/learning-paths/secure-internet-traffic/build-dns-policies

1 file changed

+2
-0
lines changed

src/content/docs/learning-paths/secure-internet-traffic/build-dns-policies/create-list.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
import { Tabs, TabItem } from "~/components"
10+
911
In the context of DNS filtering, a blocklist is a list of known harmful domains or IP addresses. An allowlist is a list of allowed domains or IP addresses, such as the domains of essential corporate applications.
1012

1113
Gateway supports creating [lists](/cloudflare-one/policies/gateway/lists/) of URLs, hostnames, or other entries to use in your policies.

0 commit comments

Comments
 (0)