Skip to content

Commit 9728283

Browse files
authored
Update self-hosted-private-app.mdx
Adding a call out for how someone can route for a private application that is behind a public IP or Hostname.
1 parent f76e6a9 commit 9728283

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/cloudflare-one/applications/non-http/self-hosted-private-app.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This feature replaces the legacy [private network app type](/cloudflare-one/appl
1919
- Private IPs and hostnames are reachable over Cloudflare WARP, Magic WAN or Browser Isolation. For more details, refer to [Connect a private network](/cloudflare-one/connections/connect-networks/private-net/).
2020
- Private hostnames route to your custom DNS resolver through [Local Domain Fallback](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/local-domains/) or [Gateway resolver policies](/cloudflare-one/policies/gateway/resolver-policies/).
2121
- (Optional) Turn on [Gateway TLS decryption](/cloudflare-one/policies/gateway/http-policies/tls-decryption/) if you want to use Access JWTs to manage [HTTPS application sessions](#https-applications).
22+
- Public IP/Domains can be used to define a private application, however the IP or domain *must be routed via [Cloudflare Tunnel](/learning-paths/replace-vpn/connect-private-network/connection-methods/), (WARP Connector)[/learning-paths/replace-vpn/connect-private-network/connection-methods/] or [Magic WAN](/load-balancing/private-network/)*. Any public IP or Hostname added to the private IP/Hostname application definition will be ignored.
2223

2324
## Add your application to Access
2425

@@ -83,4 +84,4 @@ The WARP client manages sessions for all non-HTTPS applications. Users will rece
8384

8485
### Private hostname vs private IP
8586

86-
An Access application defined by a private hostname takes precedence over an Access application defined by a private IP. For example, assume App-1 points to `wiki.internal.local` and App-2 points to `10.0.0.1`, but `wiki.internal.local` resolves to `10.0.0.1`. Users who go to `wiki.internal.local` will never match App-2; they will be allowed or blocked strictly based on App-1 Access policies (and [Gateway policies](#access-vs-gateway-policies)).
87+
An Access application defined by a private hostname takes precedence over an Access application defined by a private IP. For example, assume App-1 points to `wiki.internal.local` and App-2 points to `10.0.0.1`, but `wiki.internal.local` resolves to `10.0.0.1`. Users who go to `wiki.internal.local` will never match App-2; they will be allowed or blocked strictly based on App-1 Access policies (and [Gateway policies](#access-vs-gateway-policies)).

0 commit comments

Comments
 (0)