We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6f060 commit 77937b5Copy full SHA for 77937b5
src/content/partials/cloudflare-one/gateway/selectors/destination-ip.mdx
@@ -4,6 +4,6 @@
4
5
The IP address of the request's target.
6
7
-| UI name | API example |
8
-| -------------- | ---------------------------- |
9
-| Destination IP | `net.dst.ip == "10.0.0.0/8"` |
+| UI name | API example |
+| -------------- | ------------------------- |
+| Destination IP | `net.dst.ip == 192.0.2.0` |
src/content/partials/cloudflare-one/gateway/selectors/destination-port.mdx
The port number of the request's target.
-| ---------------- | ------------------------ |
-| Destination Port | `net.dst.port == "2222"` |
+| ---------------- | ---------------------- |
+| Destination Port | `net.dst.port == 2222` |
0 commit comments