Skip to content

Commit a31cfda

Browse files
Fix note rendering (#29744)
* Update index.mdx Note rendering * Update index.mdx
1 parent 1fd4e73 commit a31cfda

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ tags:
1010

1111
import { Render, Stream } from "~/components";
1212

13-
:::note[Looking to expose public applications?] This documentation covers Cloudflare Tunnel use cases for private networking and Zero Trust, like VPN replacement and private network access. For publishing public web applications, APIs, and services to the Internet through Cloudflare refer to the [Cloudflare Tunnel documentation](/tunnel). :::
13+
:::note[Looking to expose public applications?]
14+
This documentation covers Cloudflare Tunnel use cases for private networking and Zero Trust, like VPN replacement and private network access. For publishing public web applications, APIs, and services to the Internet through Cloudflare refer to the [Cloudflare Tunnel documentation](/tunnel).
15+
:::
1416

1517
Cloudflare Tunnel provides you with a secure way to connect your resources to Cloudflare without a publicly routable IP address. With Tunnel, you do not send traffic to an external IP — instead, a lightweight daemon in your infrastructure (`cloudflared`) creates [outbound-only connections](#outbound-only-connections) to Cloudflare's global network. Cloudflare Tunnel can connect HTTP web servers, [SSH servers](/cloudflare-one/networks/connectors/cloudflare-tunnel/use-cases/ssh/), [remote desktops](/cloudflare-one/networks/connectors/cloudflare-tunnel/use-cases/rdp/), and other protocols safely to Cloudflare. This way, your origins can serve traffic through Cloudflare without being vulnerable to attacks that bypass Cloudflare.
1618

0 commit comments

Comments
 (0)