Skip to content

Commit 5ae3372

Browse files
committed
update get started pages
1 parent 82637c7 commit 5ae3372

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel-api.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ curl 'https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/cfd_tunnel' \
6363

6464
Copy the `id` and `token` values shown in the output. You will need these values to configure and run the tunnel.
6565

66-
The next steps depend on whether you want to [connect an application](#3a-connect-an-application) or [connect a network](#3b-connect-a-network).
66+
The next steps depend on whether you want to [publish an application to the Internet](#3a-publish-an-application) or [connect a private network](#3b-connect-a-network).
6767

68-
## 3a. Connect an application
68+
## 3a. Publish an application
6969

70-
Before you connect an application through your tunnel, you must:
70+
Before you publish an application through your tunnel, you must:
7171

7272
- [Add a website to Cloudflare](/fundamentals/setup/manage-domains/add-site/).
7373
- [Change your domain nameservers to Cloudflare](/dns/zone-setups/full-setup/setup/).
7474

75-
Follow these steps to connect an application through your tunnel. If you are looking to connect a network, skip to the [Connect a network section](#3b-connect-a-network).
75+
Follow these steps to publish an application to the Internet. If you are looking to connect a private resource, skip to the [Connect a network](#3b-connect-a-network) section.
7676

7777
1. Make a [`PUT` request](/api/resources/zero_trust/subresources/tunnels/subresources/cloudflared/subresources/configurations/methods/update/) to route your local service URL to a public hostname. For example,
7878

@@ -136,7 +136,7 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/teamnet/routes \
136136
}'
137137
```
138138

139-
To configure Zero Trust policies and connect as a user, refer to [Connect private networks](/cloudflare-one/connections/connect-networks/private-net/cloudflared/).
139+
`cloudflared` can now route traffic to these destination IPs. To configure Zero Trust policies and connect as a user, refer to [Connect private networks](/cloudflare-one/connections/connect-networks/private-net/cloudflared/).
140140

141141
## 4. Install and run the tunnel
142142

src/content/docs/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel.mdx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,31 @@ Follow this step-by-step guide to create your first [remotely-managed tunnel](/c
1313

1414
<Render file="tunnel/create-tunnel" product="cloudflare-one" />
1515

16-
The next steps depend on whether you want to [connect an application](#2a-connect-an-application) or [connect a network](#2b-connect-a-network).
16+
The next steps depend on whether you want to [publish an application to the Internet](#2a-publish-an-application) or [connect a private network](#2b-connect-a-network).
1717

18-
## 2a. Connect an application
18+
## 2a. Publish an application
1919

20-
Before you connect an application through your tunnel, you must:
20+
Before you publish an application through your tunnel, you must:
2121

2222
- [Add a website to Cloudflare](/fundamentals/setup/manage-domains/add-site/).
2323
- [Change your domain nameservers to Cloudflare](/dns/zone-setups/full-setup/setup/).
2424

25-
Follow these steps to connect an application through your tunnel. If you are looking to connect a network, skip to the [Connect a network section](#2b-connect-a-network).
25+
Follow these steps to publish an application to the Internet. If you are looking to connect a private resource, skip to the [Connect a network](#2b-connect-a-network) section.
2626

2727
<Render file="tunnel/add-public-hostname" product="cloudflare-one" />
2828

29-
The application is now publicly available on the Internet. To allow or block specific users, [create an Access application](/cloudflare-one/applications/configure-apps/self-hosted-public-app/).
29+
Anyone on the Internet can now access the application at the specified hostname. To allow or block specific users, [create an Access application](/cloudflare-one/applications/configure-apps/self-hosted-public-app/).
3030

3131
## 2b. Connect a network
3232

33-
Follow these steps to connect a private network through your tunnel.
33+
To connect a private network through your tunnel:
3434

35-
1. In the **Private Networks** tab, add the IP or CIDR of your service.
35+
1. Go to the **Private networks** tab.
36+
2. In **CIDR**, enter the private IP address or CIDR range of your service (for example, `10.0.0.1` or `10.0.0.0/8`).
3637

37-
2. Select **Save tunnel**.
38+
`cloudflared` can now route traffic to these destination IPs. To configure Zero Trust policies and connect as a user, refer to [Connect an IP/CIDR](/cloudflare-one/connections/connect-networks/private-net/cloudflared/).
3839

39-
To configure Zero Trust policies and connect as a user, refer to [Connect private networks](/cloudflare-one/connections/connect-networks/private-net/cloudflared/).
40+
If you would like to route to a private application using its hostname instead of its IP, refer to [Connect a private hostname](/cloudflare-one/connections/connect-networks/private-net/cloudflared/connect-private-hostname/).
4041

4142
## 3. View your tunnel
4243

src/content/partials/cloudflare-one/tunnel/add-public-hostname.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
---
55

6-
1. In the **Public Hostnames** tab, select **Add a public hostname**.
6+
1. Go to the **Published applications** tab.
77

88
2. Enter a subdomain and select a **Domain** from the dropdown menu. Specify any subdomain or path information.
99
:::note
@@ -14,4 +14,4 @@
1414

1515
4. Under **Additional application settings**, specify any [parameters](/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/origin-parameters/) you would like to add to your tunnel configuration.
1616

17-
5. Select **Save hostname**.
17+
5. Select **Complete setup**.

0 commit comments

Comments
 (0)