
cloudflared
List of commands for cloudflared:
-
cloudflared:tldr:27dc1 cloudflared: Establish a tunnel to a host in Cloudflare from the local server.$ cloudflared tunnel --hostname ${hostname} localhost:${port_number}try on your machineexplain this command
-
cloudflared:tldr:9a714 cloudflared: Save logs to a file.$ cloudflared tunnel --hostname ${hostname} http://localhost:${port_number} --loglevel ${select} --logfile ${filename}try on your machineexplain this command
-
cloudflared:tldr:acb51 cloudflared: Install cloudflared as a system service.$ cloudflared service installtry on your machineexplain this command
-
cloudflared:tldr:ba5a4 cloudflared: Establish a tunnel to a host in Cloudflare from the local server, without verifying the local server's certificate.$ cloudflared tunnel --hostname ${hostname} localhost:${port_number} --no-tls-verifytry on your machineexplain this command
-
cloudflared:tldr:d9837 cloudflared: Authenticate and associate the connection to a domain in the Cloudflare account.$ cloudflared tunnel logintry on your machineexplain this command