1
0
Fork 0
1Panel-Appstore/cloudflared
renovate[bot] 921cc95f40 chore(deps): update cloudflare/cloudflared docker tag to v2025.4.2 (#3810)
* chore(deps): update cloudflare/cloudflared docker tag to v2025.4.2

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-05-05 21:56:41 +08:00
..
2025.4.2 chore(deps): update cloudflare/cloudflared docker tag to v2025.4.2 (#3810) 2025-05-05 21:56:41 +08:00
README.md feat: 优化 cloudflared 安装包 2024-02-23 18:25:16 +08:00
README_en.md Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
data.yml Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
logo.png update cloudflare tunnel logo (#1480) 2024-05-30 11:52:56 +08:00

README_en.md

Cloudflared is a tool provided by Cloudflare for creating secure connections and exposing private networks and services to the public internet.

Instructions:

  1. Installation and Setup:

    • Cloudflared is a connector application tool used to connect private services and networks to Cloudflare's network. You can find detailed installation and setup steps in Cloudflare's official documentation.
  2. Run Cloudflared Container:

    • Example command to run the Cloudflared container using Docker:
      docker run cloudflare/cloudflared:latest tunnel --no-autoupdate --hello-world
      

      This example uses the --hello-world parameter, relying on trycloudflare.com, and does not require a Cloudflare account. It is designed as a single command for quick start.

  3. Practical Use:

    • For practical use, it is recommended to create a free Cloudflare account and create a tunnel in the Access -> Tunnels section of the Cloudflare Console. There, you will receive a one-liner command to start and run the Cloudflared Docker container, requiring authentication via your Cloudflare account.
  4. Use Cases:

    • Cloudflared can be used to expose private HTTP services to public DNS hostnames, optionally with access control via Cloudflare Access.
    • It can also connect private networks, allowing WARP-registered users to access via TCP/UDP IP/port, implementing Zero Trust security policies and avoiding traditional VPN usage.

Note: Specific steps may vary due to updates from Cloudflare. It is recommended to consult the official documentation for the latest information.