The Cloudflare Rules language supports different types of fields such as:
Refer to the Fields reference for the list of available fields.
Differences from Wireshark display fieldsMost fields supported by the Cloudflare Rules language use the same naming conventions as Wireshark display fields â. However, there are some subtle differences between Cloudflare and Wireshark:
Wireshark supports CIDR (Classless Inter-Domain Routing) notation â for expressing IP address ranges in equality comparisons (ip.src == 1.2.3.0/24
, for example). Cloudflare does not.
To evaluate a range of addresses using CIDR notation, use the in
comparison operator as in this example: ip.src in {1.2.3.0/24 4.5.6.0/24}
.
In Wireshark, ssl
is a protocol field containing hundreds of other fields of various types that are available for comparison in multiple ways. However, in the Rules language ssl
is a single Boolean field that indicates whether the connection from the client to Cloudflare is encrypted.
The Cloudflare Rules language does not support the slice
operator.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4