Skip to content

Commit 77937b5

Browse files
committed
Fix other API examples
1 parent 0c6f060 commit 77937b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/content/partials/cloudflare-one/gateway/selectors/destination-ip.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
The IP address of the request's target.
66

7-
| UI name | API example |
8-
| -------------- | ---------------------------- |
9-
| Destination IP | `net.dst.ip == "10.0.0.0/8"` |
7+
| UI name | API example |
8+
| -------------- | ------------------------- |
9+
| Destination IP | `net.dst.ip == 192.0.2.0` |

src/content/partials/cloudflare-one/gateway/selectors/destination-port.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
The port number of the request's target.
66

7-
| UI name | API example |
8-
| ---------------- | ------------------------ |
9-
| Destination Port | `net.dst.port == "2222"` |
7+
| UI name | API example |
8+
| ---------------- | ---------------------- |
9+
| Destination Port | `net.dst.port == 2222` |

0 commit comments

Comments
 (0)