Skip to content

Commit d0e4f8e

Browse files
deadlypants1973ranbel
authored andcommitted
[CF1] Access and tunnels with public hostnames callout (cloudflare#23530)
* [CF1] Access and tunnels with public hostnames callout * wording * Update src/content/docs/cloudflare-one/connections/connect-networks/routing-to-tunnel/index.mdx * Update src/content/docs/cloudflare-one/connections/connect-networks/routing-to-tunnel/index.mdx Co-authored-by: ranbel <[email protected]> --------- Co-authored-by: ranbel <[email protected]>
1 parent df816c6 commit d0e4f8e

File tree

1 file changed

+6
-1
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/routing-to-tunnel

1 file changed

+6
-1
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/routing-to-tunnel/index.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ pcx_content_type: concept
33
title: Public hostnames
44
sidebar:
55
order: 8
6-
76
---
87

98
With Cloudflare Tunnel, you can expose your HTTP resources to the Internet via a public hostname. For example, you can add a route that points `docs.example.com` to `localhost:8080`. Anyone can now view your local application by going to `docs.example.com` in their web browser.
109

1110
Cloudflare can route traffic to your Cloudflare Tunnel connection using a [DNS record](/cloudflare-one/connections/connect-networks/routing-to-tunnel/dns/) or [Cloudflare Load Balancer](/cloudflare-one/connections/connect-networks/routing-to-tunnel/lb/). You can configure either option from the Cloudflare dashboard by pointing a DNS `CNAME` record or a load balancer pool to the Cloudflare Tunnel subdomain for your connection. You can also associate these records with your tunnel from `cloudflared` directly.
11+
12+
:::note
13+
14+
You do not need a paid Cloudflare Access plan to publish an application via Cloudflare Tunnel. [Access seats](/cloudflare-one/identity/users/seat-management/) are only required if you want to [secure the application using Access policies](/cloudflare-one/applications/configure-apps/self-hosted-public-app/), such as requiring users to log in via an identity provider.
15+
16+
:::

0 commit comments

Comments
 (0)