File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/content/partials/cloudflare-one/gateway Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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"
1212value,description
1313192.0.2.0/24,This is an IP address range in CIDR format
1414198.51.100.0/24,This is also an IP address range
1515203.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
2626To upload the list to Zero Trust:
You can’t perform that action at this time.
0 commit comments