Skip to content

Commit a29184a

Browse files
committed
PPIP-2310: Update quick tunnel disclaimer
1 parent e05939f commit a29184a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cmd/cloudflared/tunnel/quick_tunnel.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ import (
1616

1717
const httpTimeout = 15 * time.Second
1818

19-
const disclaimer = "Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to" +
20-
" experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. If you " +
21-
"intend to use Tunnels in production you should use a pre-created named tunnel by following: " +
22-
"https://developers.cloudflare.com/cloudflare-one/connections/connect-apps"
19+
const disclaimer = "Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee, are subject to the Cloudflare Online Services Terms of Use (https://www.cloudflare.com/website-terms/), and Cloudflare reserves the right to investigate your use of Tunnels for violations of such terms. If you intend to use Tunnels in production you should use a pre-created named tunnel by following: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps"
2320

2421
// RunQuickTunnel requests a tunnel from the specified service.
2522
// We use this to power quick tunnels on trycloudflare.com, but the

0 commit comments

Comments
 (0)