Skip to content
moqsien edited this page Dec 28, 2023 · 17 revisions

This command provides some cloudflare-related subcommands.

moqsien in [data/projects/go/src/neobox/example]
>>> cf -h                                                                                                                 22:07:25
Cloudflare related CLIs.

Usage:
   cf [flags]
   cf [command]

Available Commands:
  add         Add edgetunnel proxies to neobox.
  dl          Download domain list for edgetunnel proxies.
  ip          Test speed for cloudflare IPs(IPV4 Only).
  ping        Ping test for edgetunnel domains.
  raw         Download rawList for a specified edgeTunnel proxy.
  wguard      Register wireguard account and update licenseKey to Warp+.

Flags:
  -h, --help   help for cf

Use " cf [command] --help" for more information about a command.

If you have no idea what edge-tunnel is, maybe you should go and watch this video on YouTube. Or you can also search for "cloudflare vless" on YouTube, then you should know how to do it immediately.

However, the Edge-tunnel Project I'm recommanding here, is cf_edtunnel. You can use this one for either cloudflare works or pages.

  • add: Add edge-tunnel URI to Neobox. If you have successfully deployed cf_edtunnel, then you should know where to get the URI.
  • raw: Manually download the subscribe content of an edge-tunnel, like "https://edtunnel.pages.dev/sub/uuid".
  • dl: Manually download list of selected domains for edge-tunnel.
  • ping: Test the downloaded domains.

Similarly, if you want to learn something about wireguard/warp+, then you should search for them on YouTube.

  • wguard: 1. Add cloudflare wireguard to NeoBox; 2. Upgrade wireguard to warp+.
  • ip: Test cloudflare IPs to get usable ones. The tested IPs can be used for either edge-tunnel or wireguard/warp+.

Note:

You can remove an edge-tunnel proxy from NeoBox by using the command manual remove xxx. See manual.

Clone this wiki locally