File tree Expand file tree Collapse file tree 4 files changed +29
-6
lines changed
products/argo-tunnel/src/content Expand file tree Collapse file tree 4 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 88| ---|
99| 1. [ Add a website to Cloudflare] ( https://support.cloudflare.com/hc/en-us/articles/201720164-Creating-a-Cloudflare-account-and-adding-a-website ) |
1010| 2. [ Change your domain nameservers to Cloudflare] ( https://support.cloudflare.com/hc/en-us/articles/205195708 ) |
11- | 3. [ Enable Argo Smart Routing for your account ] ( https://support.cloudflare.com/hc/articles/115000224552-Configuring-Argo-through-the-UI ) |
12- | 4. [ Install ` cloudflared ` and authenticate the software ] ( /getting-started ) |
11+ | 3. [ Install ` cloudflared ` and authenticate the software ] ( /getting-started ) |
12+ | 4. [ Understand the overview for using Argo Tunnels ] ( /getting-started/high-level-steps ) |
1313
1414## Create a Tunnel
1515
Original file line number Diff line number Diff line change 1+ ---
2+ order : 3
3+ ---
4+
5+ # Overview to using Argo Tunnels
6+
7+ | Before you start |
8+ | ---|
9+ | 1. [ Get ` cloudflared ` ] ( /getting-started/installation ) |
10+ | 2. [ Authenticate ` cloudflared ` ] ( /getting-started/setup ) |
11+
12+ There are 3 high level steps towards setting up and running an Argo Tunnel:
13+ 1 . [ Create a Named Argo Tunnel] ( /create-tunnel )
14+ 2 . [ Route traffic to your Argo Tunnel] ( /routing-to-tunnel )
15+ 3 . [ Run your Argo Tunnel] ( /run-tunnel )
16+
17+ Steps 1-2 are executed once per Tunnel, normally by an administrator, and Step 3
18+ is executed whenever the Tunnel is to be started, normally by the owner of the
19+ Tunnel (whom may be different from the administrator).
20+
21+ Be sure to check out our [ Tutorials] ( /learning/tutorials ) where you can also find
22+ best practices for managing Tunnels as an administrator.
Original file line number Diff line number Diff line change 44
55# Getting started
66
7- This section covers how to [ install] ( /getting-started/installation ) and [ set up] ( /getting-started/installation ) ` cloudflared ` .
8-
9- <DirectoryListing path =" /getting-started " />
7+ This section covers:
8+ * How to [ install] ( /getting-started/installation ) ` cloudflared ` .
9+ * [ Set up] ( /getting-started/installation ) ` cloudflared ` .
10+ * [ Overview to using Argo Tunnels] ( /getting-started/high-level-steps ) .
Original file line number Diff line number Diff line change 11---
2- order : 1
2+ order : 2
33---
44
55# Setup
You can’t perform that action at this time.
0 commit comments