Forrest logo
back to context overview

flarectl

List of commands for flarectl:

  • flarectl:tldr:0aefc flarectl: List all Cloudflare IPv4/IPv6 ranges.
    $ flarectl ips --ip-type ${select}
    try on your machine
    explain this command
  • flarectl:tldr:2a409 flarectl: Create many new Cloudflare zones automatically with names from `domains.txt`.
    $ for domain in $(cat ${domains-txt}); do flarectl zone info --zone=$domain; done
    try on your machine
    explain this command
  • flarectl:tldr:c66e2 flarectl: Block a specific IP.
    $ flarectl firewall rules create --zone="${example-com}" --value="${8-8-8-8}" --mode="${block}" --notes="${Block bad actor}"
    try on your machine
    explain this command
  • flarectl:tldr:c7628 flarectl: List all firewall rules.
    $ flarectl firewall rules list
    try on your machine
    explain this command
  • flarectl:tldr:c949a flarectl: Add a DNS record.
    $ flarectl dns create --zone="${example-com}" --name="${app}" --type="${CNAME}" --content="${myapp-herokuapp-com}" --proxy
    try on your machine
    explain this command
back to context overview