Skip to content

Commit b8a7705

Browse files
committed
hostname vs IP precedence
1 parent cd01d50 commit b8a7705

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ The WARP client manages sessions for all non-HTTPS applications. Users will rece
7575

7676
<Render file="gateway/client-notifications-os" product="cloudflare-one" />
7777

78-
## Modify order of precedence in Gateway
78+
## Order of precedence
79+
80+
### Access vs Gateway policies
7981

8082
<Render file="access/modify-gateway-policy-precedence" product="cloudflare-one" params={{ selector: "Access Private App", protocol: "private" }} />
83+
84+
### Private hostname vs private IP
85+
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)).

0 commit comments

Comments
 (0)