You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
10
10
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.
13
24
- CRLF (Windows) and LF (Unix) line endings are valid.
0 commit comments