Skip to content

Commit 5990a75

Browse files
committed
Improve wording
1 parent c01d2db commit 5990a75

File tree

1 file changed

+6
-6
lines changed
  • src/content/partials/cloudflare-one/gateway

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +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 IP address ranges to test uploads:
9+
To get started with uploading CSV lists, you can download a [sample CSV file](/cloudflare-one/static/list-test.csv) or copy the following into a file:
1010

11-
```csv
11+
```csv title="list-test.csv"
1212
value,description
1313
192.0.2.0/24,This is an IP address range in CIDR format
1414
198.51.100.0/24,This is also an IP address range
1515
203.0.113.0/24,This is the third IP address range
1616
1717
```
1818

19-
When formatting a CSV file for upload:
19+
When you format a CSV file for upload:
2020

21-
- Each line should be a single entry.
22-
- Use a comma to delimit the descriptions of values. For Zero Trust to recognize descriptions, you need to include a header row.
23-
- Trailing whitespaces are not allowed.
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.
2424
- CRLF (Windows) and LF (Unix) line endings are valid.
2525

2626
To upload the list to Zero Trust:

0 commit comments

Comments
 (0)