PPIP-2310: Update quick tunnel disclaimer
This commit is contained in:
parent
e05939f1c9
commit
a29184a171
|
@ -16,10 +16,7 @@ import (
|
||||||
|
|
||||||
const httpTimeout = 15 * time.Second
|
const httpTimeout = 15 * time.Second
|
||||||
|
|
||||||
const disclaimer = "Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to" +
|
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"
|
||||||
" experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. 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"
|
|
||||||
|
|
||||||
// RunQuickTunnel requests a tunnel from the specified service.
|
// RunQuickTunnel requests a tunnel from the specified service.
|
||||||
// We use this to power quick tunnels on trycloudflare.com, but the
|
// We use this to power quick tunnels on trycloudflare.com, but the
|
||||||
|
|
Loading…
Reference in New Issue