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

Cloudflare

moqsien in [data/projects/go/src/neobox/example]
>>> -h                                                                                                                    22:03:23
This is an interactive shell powered by gshell.

Usage:
   [command]

gshell commands:
  cf          Cloudflare related CLIs. # <- Cloudflare command
  exit        Exit gshell.
  help        Help about any command
  ls          Show list of proxies and neobox running status.
  manual      Manually added proxies.
  restart     Restart the running neobox client with a chosen proxy.
  setup       Setup for neobox.
  start       Start a neobox client.
  stop        Stop neobox client.
  tools       Tools for neobox.
  vf          Verifier related CLIs.

Flags:
  -h, --help   help for this command

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

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 at YouTube. Or you can also search "cloudflare vless" at 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.

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

  • add: Add edge-tunnel URI to Neobox. If you have successfully deployed cf_edtunnel, then you should know where to get the URI.

  • raw: Manully download the subscribe content of an edge-tunnel, like "https://edtunnel.pages.dev/sub/uuid".

  • dl

  • ping

  • wguard

  • ip

Clone this wiki locally