Skip to content

Commit 03cd267

Browse files
committed
Update Destination Continent partial
1 parent 16d8c88 commit 03cd267

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ import { Markdown } from "~/components";
66

77
The continent where the request is destined. Geolocation is determined from the target IP address. To specify a continent, enter its two-letter code into the **Value** field:
88

9-
- AF - Africa
10-
- AN - Antarctica
11-
- AS - Asia
12-
- EU - Europe
13-
- NA - North America
14-
- OC - Oceania
15-
- SA - South America
16-
- T1 - Tor network
9+
| Continent | Code |
10+
| ------------- | ---- |
11+
| Africa | `AF` |
12+
| Antarctica | `AN` |
13+
| Asia | `AS` |
14+
| Europe | `EU` |
15+
| North America | `NA` |
16+
| Oceania | `OC` |
17+
| South America | `SA` |
18+
| Tor network | `T1` |
1719

1820
| UI name | API example |
1921
| ------------------------------------ | ---------------------------------------------- |

src/content/partials/cloudflare-one/gateway/selectors/source-continent.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
inputParameters: param1
3-
43
---
54

6-
import { Markdown } from "~/components"
5+
import { Markdown } from "~/components";
76

87
Geolocation is determined from the device's public IP address (typically assigned by the user's ISP). To specify a continent, enter its two-letter code into the **Value** field:
98

@@ -18,6 +17,6 @@ Geolocation is determined from the device's public IP address (typically assigne
1817
| South America | `SA` |
1918
| Tor network | `T1` |
2019

21-
| UI name | API example | Evaluation phase |
22-
| ------------------------------- | ------------------------------------- | --------------------- |
20+
| UI name | API example | Evaluation phase |
21+
| ------------------------------- | --------------------------------------------------------- | --------------------- |
2322
| Source Continent IP Geolocation | <code>{props.one}.geo.continent == "North America"</code> | Before DNS resolution |

0 commit comments

Comments
 (0)