flarectl
Verified for current stable LTS
Flarectl Command: Add Dns Record
Use for add dns record with Flarectl. Exact CLI syntax to add dns record using Flarectl.
When to use this: Use for add dns record with Flarectl.
Command Syntax
flarectl dns create --zone="<example.com>" --name="<app>" --type="<CNAME>" --content="<myapp.herokuapp.com>" --proxy flarectl dns create --zone="<example.com>" --name="<app>" --type="<CNAME>" --content="<myapp.herokuapp.com>" --proxy Command Breakdown
--zone="<example.com>"- Command Option
- Tool-specific option used by this command invocation.
--name="<app>"- Command Option
- Tool-specific option used by this command invocation.
--type="<CNAME>"- Command Option
- Tool-specific option used by this command invocation.
--content="<myapp.herokuapp.com>"- Command Option
- Tool-specific option used by this command invocation.
--proxy- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to add dns record using Flarectl.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Flarectl Command: Block Ip
flarectl firewall rules create --zone="<example.com>" --value="<8.8.8.8>" --mode="<block>" --notes="<Block bad actor>" Flarectl Command: Create Zones From File for domain in $(cat <domains.txt>); do flarectl zone info --zone=$domain; done Flarectl Command: List Firewall Rules flarectl firewall rules list Flarectl Command: List Ip Ranges flarectl ips --ip-type <ipv4|ipv6|all>