Skip to content

Commit 7c74024

Browse files
maxvpkodster28
authored andcommitted
[ZT] Update test list CSV (#19435)
1 parent 0978a29 commit 7c74024

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
https://example.com
2-
https://example1.com
1+
value,description
2+
192.0.2.0/24,This is an IP address range in CIDR format
3+
198.51.100.0/24,This is also an IP address range
4+
203.0.113.0/24,This is the third IP address range

src/content/partials/cloudflare-one/gateway/lists.mdx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,21 @@ import { TabItem, Tabs } from "~/components";
66

77
## Create a list from a CSV file
88

9-
Here is a [sample CSV file](/cloudflare-one/static/list-test.csv) of URLs that you can use for testing. When formatting the CSV:
9+
To test uploading CSV lists, you can download a [sample CSV file](/cloudflare-one/static/list-test.csv) of IP address ranges or copy the following into a file:
1010

11-
- Each line should be a single entry.
12-
- Trailing whitespaces are not allowed.
11+
```csv title="list-test.csv"
12+
value,description
13+
192.0.2.0/24,This is an IP address range in CIDR format
14+
198.51.100.0/24,This is also an IP address range
15+
203.0.113.0/24,This is the third IP address range
16+
17+
```
18+
19+
When you format a CSV file for upload:
20+
21+
- Each line should be a single entry that includes a value and an optional description.
22+
- A header row must be present for Zero Trust to recognize descriptions.
23+
- Trailing whitespace characters are not allowed.
1324
- CRLF (Windows) and LF (Unix) line endings are valid.
1425

1526
To upload the list to Zero Trust:

0 commit comments

Comments
 (0)