
flarectl
List of commands for flarectl:
-
flarectl:tldr:0aefc flarectl: List all Cloudflare IPv4/IPv6 ranges.$ flarectl ips --ip-type ${select}try on your machineexplain 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; donetry on your machineexplain 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 machineexplain this command
-
flarectl:tldr:c7628 flarectl: List all firewall rules.$ flarectl firewall rules listtry on your machineexplain this command
-
flarectl:tldr:c949a flarectl: Add a DNS record.$ flarectl dns create --zone="${example-com}" --name="${app}" --type="${CNAME}" --content="${myapp-herokuapp-com}" --proxytry on your machineexplain this command