Skip to content

Commit e0a5aec

Browse files
committed
Add locations limitations
1 parent 29d06b6 commit e0a5aec

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/agentless/dns/locations/index.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import { GlossaryDefinition, Render } from "~/components";
1515

1616
You can now apply [DNS policies](/cloudflare-one/policies/gateway/dns-policies/) to your location using the [Location selector](/cloudflare-one/policies/gateway/dns-policies/#location).
1717

18-
<Render file="gateway/add-locations-static-ip-warning" />
19-
2018
## DNS endpoints
2119

2220
### IPv4 and IPv6 DNS
@@ -48,3 +46,13 @@ For more information, refer to [DNS over TLS](/cloudflare-one/connections/connec
4846
<GlossaryDefinition term="DNS over HTTPS" />
4947

5048
Gateway requires a DoH endpoint for default DNS locations. For more information, refer to [DNS over HTTPS](/cloudflare-one/connections/connect-devices/agentless/dns/dns-over-https/).
49+
50+
## Limitations
51+
52+
### Captive portals
53+
54+
<Render file="gateway/add-locations-static-ip-warning" />
55+
56+
### Third-party filtering
57+
58+
<Render file="gateway/third-party-warning" />

src/content/docs/learning-paths/cybersafe/gateway-onboarding/gateway-locations.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ title: Gateway locations
33
pcx_content_type: learning-unit
44
sidebar:
55
order: 2
6-
76
---
87

9-
import { Render } from "~/components"
8+
import { Render } from "~/components";
109

1110
<Render file="gateway/add-locations" product="cloudflare-one" />
1211

13-
<Render file="gateway/add-locations-static-ip-warning" product="cloudflare-one" />
12+
:::caution[Captive portal limitation]
13+
14+
<Render
15+
file="gateway/add-locations-static-ip-warning"
16+
product="cloudflare-one"
17+
/>
18+
:::
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
---
22
{}
3-
43
---
54

6-
:::caution[Captive portal limitation]
7-
8-
95
Deploying Gateway DNS filtering using static IP addresses may prevent users from connecting to public Wi-Fi networks through captive portals. If users are experiencing connectivity issues related to captive portals, they should:
106

117
1. Remove the static IP addresses from the device.
128
2. Connect to the Wi-Fi network.
139
3. Once the connection has been established, add the static IP addresses back.
1410

1511
To avoid this issue, use the [WARP client](/cloudflare-one/connections/connect-devices/warp/) to connect your devices to Cloudflare Zero Trust.
16-
17-
18-
:::

0 commit comments

Comments
 (0)