Skip to content

Commit 3852707

Browse files
committed
update availability
1 parent f6e3c01 commit 3852707

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/private-net/cloudflared/connect-cidr.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ For more information on building Gateway policies, refer to [Secure your first a
4545

4646
End users can now reach HTTP or TCP-based services on your network by visiting any IP address in the range you have specified.
4747

48+
To allow users to reach the service using its private hostname instead of its IP, refer to [Private DNS](/cloudflare-one/connections/connect-networks/private-net/cloudflared/private-dns/).
49+
4850
### Troubleshooting
4951

5052
#### Device configuration

src/content/docs/cloudflare-one/connections/connect-networks/private-net/cloudflared/connect-private-hostname.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import { Render, Details } from "~/components";
1111

1212
`cloudflared` can route to HTTP and non-HTTP applications on your private network using their private hostname (for example, `wiki.internal.local`). Private hostname routes are especially useful when the application has an unknown or ephemeral IP, which often occurs when infrastructure is provisioned by a third-party cloud provider.
1313

14-
:::note[Availability]
15-
Hostname routes currently require Gateway resolver policies, an Enterprise-only feature. If you are on a Free or Pay-as-you-go plan, you will need to connect the application using its [IP address](/cloudflare-one/connections/connect-networks/private-net/cloudflared/connect-cidr/) and resolve its private hostname using [Local Domain Fallback](/cloudflare-one/connections/connect-networks/private-net/cloudflared/private-dns/).
14+
:::note[Only available on Enterprise plans]
15+
Hostname routes currently require Gateway resolver policies, an Enterprise-only feature. If you are on a Free or Pay-as-you-go plan, you will need to connect the application using [IP routes](/cloudflare-one/connections/connect-networks/private-net/cloudflared/connect-cidr/).
1616
:::
1717

1818
## How private hostname routing works

0 commit comments

Comments
 (0)